mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-12-25 01:57:48 +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();
|
GameMode gameMode = player.getGameMode();
|
||||||
ItemStack[] arm;
|
ItemStack[] arm;
|
||||||
ItemStack[] inv;
|
ItemStack[] inv;
|
||||||
boolean operator;
|
boolean operator = false;
|
||||||
String playerGroup = "";
|
String playerGroup = "";
|
||||||
boolean flying;
|
boolean flying = false;
|
||||||
|
|
||||||
if (playerData.doesCacheExist(player)) {
|
if (playerData.doesCacheExist(player)) {
|
||||||
StoreInventoryEvent event = new StoreInventoryEvent(player, playerData);
|
StoreInventoryEvent event = new StoreInventoryEvent(player, playerData);
|
||||||
|
Loading…
Reference in New Issue
Block a user