Stop sending 2 failed messages.

This commit is contained in:
drtshock
2014-05-28 08:22:08 -05:00
parent 72df6f5f66
commit 01122e5fba
3 changed files with 2 additions and 2 deletions
@@ -102,6 +102,7 @@ public class PlayerVaults extends JavaPlugin {
@Override
public void onDisable() {
for (Player player : Bukkit.getOnlinePlayers()) {
if (this.inVault.containsKey(player.getName())) {
Inventory inventory = player.getOpenInventory().getTopInventory();