Skip to content

Commit

Permalink
Added more info about RCON not working
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxelweb committed May 2, 2018
1 parent e72079e commit 356879d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/installation.ctrl.php
Expand Up @@ -46,7 +46,7 @@
die(No("Connection error. Retry.",1));

if(count($query->getCommandList()) <= 1) // if invalid, returns one element with error message
exit(No("RCON password - The RCON is invalid, please insert a valid RCON to continue."));
exit(No("RCON password - The RCON is invalid, please insert a valid RCON to continue. Make sure there's no <code>rcon 0</code> in your <code>server.cfg</code>. Otherwise, change it to <code>rcon 1</code> to enable remote rcon commands."));
else
Ok("RCON password - Accepted.<br>");
}
Expand Down

0 comments on commit 356879d

Please sign in to comment.