Fixed whitelist command & auto-disconnect

This commit is contained in:
Shoghi Cervantes Pueyo
2012-12-14 00:42:13 +01:00
parent e76734628a
commit a7ec472ef4
2 changed files with 2 additions and 2 deletions

View File

@ -156,7 +156,7 @@ class ConsoleAPI{
$this->server->api->setProperty("white-list", false);
break;
default:
console("[INFO] Usage: /whitelist <on | off | add | reload | list> [username]");
console("[INFO] Usage: /whitelist <on | off | add | remove | reload | list> [username]");
break;
}
break;