diff --git a/eagler.js b/eagler.js index 3f13203..84941f3 100644 --- a/eagler.js +++ b/eagler.js @@ -15,7 +15,7 @@ const serverMotd = ["line1", "line2"]; const serverMaxPlayers = 20; const serverOnlinePlayers = 4; const serverPlayers = ["Welcome to my", "ayunMultiPort-powered", "Eaglercraft server!"]; -const serverIcon = fs.readFileSync("icon.png"); // set to null for no icon. MUST be 64x64. +const serverIcon = "icon.png"; // set to null for no icon. MUST be 64x64. can be a url, if you want... const httpPort = 8080; const timeout = 10000; const changeProtocol = true;