removed final from npcManager

This commit is contained in:
Chiss 2014-11-08 18:37:18 +11:00
parent b6904f2ae1
commit 5ce38c3030
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ public class SneakyAssassins extends SoloGame
SWORD_DAMAGE.put(Material.DIAMOND_SWORD, 7.0);
}
private final NpcManager _npcManager;
private NpcManager _npcManager;
private PowerUpManager _powerUpManager;
private EntityType _disguiseType = EntityType.VILLAGER;
private int _revealCountdown = 60;