From d5d319fb7cbcb179df0c263654b505f27cafe23f Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Pueyo Date: Wed, 9 Jan 2013 23:21:37 +0100 Subject: [PATCH] Fixed function name --- src/classes/Player.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/classes/Player.class.php b/src/classes/Player.class.php index d43d78721..7c47925da 100644 --- a/src/classes/Player.class.php +++ b/src/classes/Player.class.php @@ -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; }