fix(image): more user-friendly Rust RCON log message (#82)

* fix(image): more user-friendly Rust RCON log message
This commit is contained in:
Alex 2021-08-27 05:28:12 +03:00 committed by GitHub
parent ccce678a51
commit ec82494db4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,7 +86,7 @@ var poll = function( ) {
var ws = new WebSocket("ws://" + serverHostname + ":" + serverPort + "/" + serverPassword);
ws.on("open", function open() {
console.log("Connected to RCON.");
console.log("Connected to RCON. Please wait until the server status switches to \"Running\".");
waiting = false;
// Hack to fix broken console output