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) {