Custom Config support / Corrupt crux

This commit is contained in:
Anuken
2022-04-17 10:21:44 -04:00
parent 2014d066e5
commit 495250850e
6 changed files with 57 additions and 47 deletions

View File

@@ -111,7 +111,7 @@ public class NetworkIO{
}
public static ByteBuffer writeServerData(){
String name = (headless ? Config.name.string() : player.name);
String name = (headless ? Config.serverName.string() : player.name);
String description = headless && !Config.desc.string().equals("off") ? Config.desc.string() : "";
String map = state.map.name();