mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 08:44:01 +00:00
Typo
This commit is contained in:
parent
caa32edf6f
commit
bd196c0fcb
@ -527,7 +527,7 @@ class Player{
|
||||
if(($this->gamemode === SURVIVAL and $gm === ADVENTURE) or ($this->gamemode === ADVENTURE and $gm === SURVIVAL)){
|
||||
$this->gamemode = $gm;
|
||||
$this->sendSettings();
|
||||
$this->eventHandler("Your gamemode has been changed to ".$this->getGamemode()."..", "server.chat");
|
||||
$this->eventHandler("Your gamemode has been changed to ".$this->getGamemode().".", "server.chat");
|
||||
}else{
|
||||
$this->blocked = true;
|
||||
$this->gamemode = $gm;
|
||||
|
Loading…
x
Reference in New Issue
Block a user