diff --git a/GameEngine/Alliance.php b/GameEngine/Alliance.php index 513c3dd4..02d493f0 100755 --- a/GameEngine/Alliance.php +++ b/GameEngine/Alliance.php @@ -245,7 +245,7 @@ class Alliance { // Log the notice $database->insertAlliNotice($session->alliance, '' . addslashes($session->username) . ' has invited ' . addslashes($UserData['username']) . ' into the alliance.'); // send invitation via in-game messages - if(NEW_FUNCTIONS_ALLIANCE_INVITATION == false) return; + if(!NEW_FUNCTIONS_ALLIANCE_INVITATION) return; else { $database->sendMessage( $UserData['id'], diff --git a/Templates/Profile/overview.tpl b/Templates/Profile/overview.tpl index a3317df5..57313c58 100644 --- a/Templates/Profile/overview.tpl +++ b/Templates/Profile/overview.tpl @@ -154,7 +154,7 @@ if($displayarray['vac_mode'] == 1) echo "