1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-10-03 17:41:57 +02:00

Few more states in EssentialsUpdate

This commit is contained in:
KHobbits
2011-10-26 16:26:26 +01:00
parent d064c68875
commit 38b6d79f49
6 changed files with 135 additions and 3 deletions

View File

@@ -24,7 +24,9 @@ public class StateMachine extends WorkListener
this.player = player;
states.clear();
states.add(new EssentialsChat(states));
states.add(new EssentialsSpawn(states));
states.add(new EssentialsProtect(states));
states.add(new EssentialsGeoIP(states));
current = states.values().iterator().next();
}