mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 04:20:41 +00:00
Another state added
This commit is contained in:
parent
ff92e0bf6f
commit
b07b3fc373
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue