Another state added

This commit is contained in:
snowleo 2011-10-23 23:13:30 +02:00
parent ff92e0bf6f
commit b07b3fc373

View file

@ -23,6 +23,7 @@ public class StateMachine extends WorkListener
this.player = player;
states.clear();
states.add(new EssentialsChat(states));
states.add(new EssentialsProtect(states));
current = states.get(0);
}