Reformat ArenaListener fields.
What a mess, sheesh...
This commit is contained in:
@@ -111,19 +111,19 @@ public class ArenaListener
|
|||||||
private MonsterManager monsters;
|
private MonsterManager monsters;
|
||||||
private ClassLimitManager classLimits;
|
private ClassLimitManager classLimits;
|
||||||
|
|
||||||
private boolean softRestore,
|
private boolean softRestore;
|
||||||
softRestoreDrops,
|
private boolean softRestoreDrops;
|
||||||
protect;
|
private boolean protect;
|
||||||
private boolean monsterExp,
|
private boolean monsterExp;
|
||||||
monsterInfight,
|
private boolean monsterInfight;
|
||||||
pvpOn, // pvp-enabled in config
|
private boolean pvpOn;
|
||||||
pvpEnabled = false, // activated on first wave
|
private boolean pvpEnabled;
|
||||||
foodRegen,
|
private boolean foodRegen;
|
||||||
lockFoodLevel,
|
private boolean lockFoodLevel;
|
||||||
useClassChests;
|
private boolean useClassChests;
|
||||||
private boolean allowTeleport,
|
private boolean allowTeleport;
|
||||||
canShare,
|
private boolean canShare;
|
||||||
autoIgniteTNT;
|
private boolean autoIgniteTNT;
|
||||||
private int autoIgniteFuse;
|
private int autoIgniteFuse;
|
||||||
|
|
||||||
private Set<Player> banned;
|
private Set<Player> banned;
|
||||||
|
|||||||
Reference in New Issue
Block a user