oh.. don't want to compile? Ok ... BEEM ! Initialised !

This commit is contained in:
Xephi 2015-04-23 10:41:56 +02:00
parent a5e6a8fa12
commit 6d90be5e58

View File

@ -34,9 +34,9 @@ public class LimboCache {
GameMode gameMode = player.getGameMode();
ItemStack[] arm;
ItemStack[] inv;
boolean operator;
boolean operator = false;
String playerGroup = "";
boolean flying;
boolean flying = false;
if (playerData.doesCacheExist(player)) {
StoreInventoryEvent event = new StoreInventoryEvent(player, playerData);