mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
X,Z offset fixed
This commit is contained in:
@ -146,7 +146,7 @@ class PlayerAPI{
|
||||
|
||||
public function getOffline($name){
|
||||
if(!file_exists(FILE_PATH."data/players/".$name.".dat")){
|
||||
console("[NOTICE] Player data not found for \"".$name."\", creating new");
|
||||
console("[NOTICE] Player data not found for \"".$name."\", creating new profile");
|
||||
$data = array(
|
||||
"spawn" => array(
|
||||
"x" => $this->server->spawn["x"],
|
||||
|
Reference in New Issue
Block a user