mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-20 16:00:20 +00:00
Fixed function name
This commit is contained in:
parent
03db7c8738
commit
d5d319fb7c
@ -280,7 +280,7 @@ class Player{
|
||||
if($c !== false){
|
||||
$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();
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user