From 3622266a36faf4171abe30441daeac58e1aeb6e3 Mon Sep 17 00:00:00 2001 From: kremsy Date: Sun, 10 Nov 2013 19:57:23 +0100 Subject: [PATCH] small fix of a fail --- application/core/server.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/core/server.php b/application/core/server.php index 1f4bc2fa..24d4ffec 100644 --- a/application/core/server.php +++ b/application/core/server.php @@ -34,7 +34,7 @@ class Server { $this->config = FileUtil::loadConfig('server.xml'); // Register for callbacks - $this->maniaConnect->callbacks->registerCallbackHandler(Callbacks::CB_maniaConnect_1_SECOND, $this, 'eachSecond'); + $this->maniaConnect->callbacks->registerCallbackHandler(Callbacks::CB_MC_1_SECOND, $this, 'eachSecond'); } /**