fix(image): more user-friendly Rust RCON log message (#82)
* fix(image): more user-friendly Rust RCON log message
This commit is contained in:
parent
ccce678a51
commit
ec82494db4
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user