mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-12-24 01:27:35 +01:00
oh.. don't want to compile? Ok ... BEEM ! Initialised !
This commit is contained in:
parent
a5e6a8fa12
commit
6d90be5e58
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user