mirror of
https://github.com/essentials/Essentials.git
synced 2025-10-01 00:26:48 +02:00
Less chance for C&P error
This commit is contained in:
@@ -22,7 +22,7 @@ public class StateMachine extends WorkListener
|
||||
super(plugin, newVersionInfo);
|
||||
this.player = player;
|
||||
states.clear();
|
||||
states.put(EssentialsChat.class, new EssentialsChat(states));
|
||||
states.add(new EssentialsChat(states));
|
||||
current = states.get(0);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user