Update some files

This commit is contained in:
Retera 2022-04-29 22:44:42 -04:00
parent 971fba95f5
commit d7cad72100
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,5 @@
package net.warsmash.uberserver.lobby;
public enum UserSlotSetting {
OPEN, CLOSED, USER, COMPUTER_EASY, COMPUTER_NORMAL, COMPUTER_INSANE;
OPEN, CLOSED, COMPUTER_EASY, COMPUTER_NORMAL, COMPUTER_INSANE;
}

View File

@ -4,6 +4,5 @@ public class LobbyActionException extends RuntimeException {
public LobbyActionException(final String message) {
super(message);
// TODO Auto-generated constructor stub
}
}