mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Fixed function name
This commit is contained in:
@ -280,7 +280,7 @@ class Player{
|
|||||||
if($c !== false){
|
if($c !== false){
|
||||||
$c->close("logged in from another location");
|
$c->close("logged in from another location");
|
||||||
}
|
}
|
||||||
if($this->server->dhandle("player.join", $this) === false){
|
if($this->server->api->dhandle("player.join", $this) === false){
|
||||||
$this->close();
|
$this->close();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user