diff options
Diffstat (limited to 'res/client.js')
| -rw-r--r-- | res/client.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/res/client.js b/res/client.js index 9669afe..90e026c 100644 --- a/res/client.js +++ b/res/client.js @@ -1969,6 +1969,9 @@ client_Main.prototype = { } var args = StringTools.trim(command).split(" "); command = HxOverrides.substr(args.shift(),1,null); + if(command.length == 0) { + return false; + } switch(command) { case "ban": this.mergeRedundantArgs(args,0,2); |
