forked from BLOCKFANTASY/LOOHP-Limbo
Minecraft 1.18.2 Proper support
This commit is contained in:
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user