mirror of
https://github.com/WorldEditAxe/eaglerproxy.git
synced 2024-11-09 07:16:05 -08:00
oops
This commit is contained in:
parent
7d4baa93cf
commit
bdcbd1590b
|
@ -39,16 +39,7 @@ server.on("login", (client) => {
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
client.write("kick_disconnect", {
|
client.write("kick_disconnect", {
|
||||||
reason:
|
reason: "NO",
|
||||||
Enums.ChatColor.GREEN +
|
|
||||||
"Hi there!\n" +
|
|
||||||
Enums.ChatColor.GOLD +
|
|
||||||
"This server will be down for a while as I migrate the server from existing hardware to new, faster hardware.\nThis process will take approximately " +
|
|
||||||
Enums.ChatColor.RED +
|
|
||||||
"3-5 days" +
|
|
||||||
Enums.ChatColor.GOLD +
|
|
||||||
" to complete. Until then, you will be unable to connect or access the server.\n" +
|
|
||||||
"Thank you for your understanding! :)",
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user