mirror of
https://github.com/essentials/Essentials.git
synced 2025-02-25 08:52:40 +01:00
Another state added
This commit is contained in:
parent
b573516470
commit
2506b24392
@ -23,6 +23,7 @@ public class StateMachine extends WorkListener
|
|||||||
this.player = player;
|
this.player = player;
|
||||||
states.clear();
|
states.clear();
|
||||||
states.add(new EssentialsChat(states));
|
states.add(new EssentialsChat(states));
|
||||||
|
states.add(new EssentialsProtect(states));
|
||||||
current = states.get(0);
|
current = states.get(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user