mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-12 16:59:44 +00:00
Fixed default kick message
This commit is contained in:
parent
552c934486
commit
b27637c926
@ -57,7 +57,7 @@ class KickCommand extends VanillaCommand{
|
||||
}
|
||||
|
||||
if(($player = Server::getInstance()->getPlayer($name)) instanceof Player){
|
||||
$player->kick("Banned by admin.");
|
||||
$player->kick("Kicked by admin.");
|
||||
}else{
|
||||
$sender->sendMessage($name . " not found.");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user