Fixed function name

This commit is contained in:
Shoghi Cervantes Pueyo 2013-01-09 23:21:37 +01:00
parent 03db7c8738
commit d5d319fb7c

View File

@ -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;
}