mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-01 23:59:53 +00:00
Fixed typo. Not Longer -> No Longer
This commit is contained in:
parent
c35c004827
commit
f005b82a70
@ -139,7 +139,7 @@ class BanAPI{
|
||||
}
|
||||
$this->ops->remove($player->iusername);
|
||||
$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);
|
||||
break;
|
||||
case "kick":
|
||||
|
Loading…
x
Reference in New Issue
Block a user