Ban/Unban command fix

Bug detected by vcoc. Solution requires update at SQL tables "macbans"
and "ipbans".
This commit is contained in:
ronancpl
2017-04-27 08:42:06 -03:00
parent f5fbb038e9
commit fa37673913
12 changed files with 99 additions and 140 deletions

View File

@@ -32,7 +32,7 @@
var status;
var minLevel = 21;
var maxLevel = 255;
var minPlayers = 3;
var minPlayers = 1;
var maxPlayers = 6;
function start() {