From 5adbc57bc9216301c788eaef1ae887e6f3059406 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 5 May 2012 01:47:05 +0300 Subject: [PATCH] fix multihunter message --- GameEngine/Message.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameEngine/Message.php b/GameEngine/Message.php index aa9cc132..d12f5b9c 100644 --- a/GameEngine/Message.php +++ b/GameEngine/Message.php @@ -370,7 +370,7 @@ $welcomemsg = preg_replace("'%TIME%'", date("H:i", COMMENCE), $welcomemsg); $welcomemsg = preg_replace("'%PLAYERS%'", $database->countUser(), $welcomemsg); $welcomemsg = preg_replace("'%ALLI%'", $database->countAlli(), $welcomemsg); - return $database->sendMessage($uid, 0, WEL_TOPIC, $welcomemsg, 0); + return $database->sendMessage($uid, 5, WEL_TOPIC, $welcomemsg, 0); } private function wordCensor($text) {