fix #31 **seeds saved b4 can have wrong versions**

This commit is contained in:
Cloudburst
2021-08-14 10:20:45 +02:00
parent c6d9cc3e82
commit bfb9b14eba
6 changed files with 73 additions and 16 deletions

View File

@@ -37,7 +37,7 @@ public class ServerCommand extends Command {
private final static SimpleCommandExceptionType ADDRESS_ERROR = new SimpleCommandExceptionType(new LiteralText("Couldn't obtain server address"));
private final static SimpleCommandExceptionType INVALID_RANGE = new SimpleCommandExceptionType(new LiteralText("Invalid range"));
private final static HashMap<Integer, String> ports = new HashMap();
private final static HashMap<Integer, String> ports = new HashMap<Integer, String>();
public ServerCommand() {
super("server", "Prints server information");