mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-19 23:37:45 +00:00
Removed teleport jerking
This commit is contained in:
@@ -126,7 +126,7 @@ class PlayerAPI{
|
||||
if(!($player instanceof Player) or $gm < 0 or $gm > 2){
|
||||
$output .= "Usage: /gamemode [player] <0 | 1 | 2>\n";
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if($player->setGamemode($gm)){
|
||||
|
Reference in New Issue
Block a user