From 6339fb31bc5cdca54abdfd6e5d934b8834200bfb Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Pueyo Date: Thu, 20 Dec 2012 19:52:18 +0100 Subject: [PATCH] Fixed kick from logging again --- classes/Session.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/Session.class.php b/classes/Session.class.php index 3e66f97ec..e7b64c26f 100644 --- a/classes/Session.class.php +++ b/classes/Session.class.php @@ -234,7 +234,7 @@ class Session{ $u = $this->server->api->player->get($this->username); $c = $this->server->api->player->getByClientID($this->clientID); if($u !== false){ - $c->close("logged in from another location"); + $u->close("logged in from another location"); } if($c !== false){ $c->close("logged in from another location");