From a45858ad94fcafbfc23ab5b0ac4902875a7c78f2 Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Tue, 11 Jun 2013 17:01:51 +0200 Subject: [PATCH] Fixed #373 --- src/Player.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Player.php b/src/Player.php index b1f20072a..d706bada4 100644 --- a/src/Player.php +++ b/src/Player.php @@ -1044,7 +1044,7 @@ class Player{ } if(!($this->data instanceof Config)){ - $u->close("no config created", false); + $this->close("no config created", false); return; }