Minecraft 1.18.2 Proper support

This commit is contained in:
LOOHP
2022-03-05 17:43:31 +00:00
parent 26aabe66bd
commit 4ebe77d5dd
7 changed files with 4624 additions and 6474 deletions
@@ -104,7 +104,7 @@ public class ServerProperties {
prop.store(pw, COMMENT);
pw.close();
protocol = Limbo.getInstance().serverImplmentationProtocol;
protocol = Limbo.getInstance().serverImplementationProtocol;
maxPlayers = Integer.parseInt(prop.getProperty("max-players"));
serverPort = Integer.parseInt(prop.getProperty("server-port"));