mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-21 02:16:33 +00:00
Fixed function name
This commit is contained in:
parent
03db7c8738
commit
d5d319fb7c
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user