1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-10-01 16:46:51 +02:00

Few more states in EssentialsUpdate

This commit is contained in:
KHobbits
2011-10-26 16:26:26 +01:00
parent 7895a2fc5a
commit d8a40db32c
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();
}