No need for unified entering and ingame enum.

This commit is contained in:
MobiusDevelopment
2021-04-13 09:38:05 +00:00
parent 5d89a8ad18
commit ee1e3c1d1d
44 changed files with 21 additions and 159 deletions

View File

@@ -29,10 +29,4 @@ public enum ConnectionState implements IConnectionState
AUTHENTICATED,
ENTERING,
IN_GAME;
public static final ConnectionState[] ENTERING_AND_IN_GAME = new ConnectionState[]
{
ConnectionState.ENTERING,
ConnectionState.IN_GAME
};
}