Fixed typo. Not Longer -> No Longer

This commit is contained in:
Michael Yoo 2013-10-09 13:09:35 +10:30
parent c35c004827
commit f005b82a70

View File

@ -139,7 +139,7 @@ class BanAPI{
} }
$this->ops->remove($player->iusername); $this->ops->remove($player->iusername);
$this->ops->save(); $this->ops->save();
$output .= $player->iusername." is not longer op\n"; $output .= $player->iusername." is no longer op\n";
$this->server->api->chat->sendTo(false, "You are no longer op.", $player->iusername); $this->server->api->chat->sendTo(false, "You are no longer op.", $player->iusername);
break; break;
case "kick": case "kick":