mdarkness1988 / Rust-Server

Modified Rust Server from didstopia
MIT License
8 stars 19 forks source link

Error in /apps/rcon_app/app.js #5

Closed E-Coombs closed 5 years ago

E-Coombs commented 5 years ago

Hey there are two syntax errors in the app.js script.

Line 28: consol.log("Rcon Connected to" + serverHostname + ":" + serverPort + "/" + serverPassword) Line 54: consol.log("Message not sent")

Changing these to console.log() fix unraid -> rcon commands

mdarkness1988 commented 5 years ago

What told you that there are syntax errors?

E-Coombs commented 5 years ago

When i tried to send an rcon command, the error stated that consol does not exist. Its just a typing mistake.