Some more minor changes for autocompletion in IDEs

This commit is contained in:
SOFe
2016-10-22 15:01:23 +08:00
committed by Dylan K. Taylor
parent 175dd0efa6
commit e1253db37c
2 changed files with 3 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ class BanListCommand extends VanillaCommand{
if(!$this->testPermission($sender)){
return true;
}
$list = $sender->getServer()->getNameBans();
if(isset($args[0])){
$args[0] = strtolower($args[0]);
if($args[0] === "ips"){