mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-08 12:48:32 +00:00
Fixed #373
This commit is contained in:
parent
c8e157156e
commit
a45858ad94
@ -1044,7 +1044,7 @@ class Player{
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(!($this->data instanceof Config)){
|
if(!($this->data instanceof Config)){
|
||||||
$u->close("no config created", false);
|
$this->close("no config created", false);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user