Tossing IntelliJ a bone.

This commit is contained in:
garbagemule 2013-08-10 16:57:24 +02:00
parent c282fe7000
commit a5fea824b7

View File

@ -119,7 +119,7 @@ public class ArenaImpl implements Arena
this.protect = settings.getBoolean("protect", true);
this.running = false;
this.edit = false;
this.inventoryManager = new InventoryManager(this);
this.rewardManager = new RewardManager(this);