diff --git a/Classic/prefs/serverPrefs.cs b/Classic/prefs/serverPrefs.cs index 5edcd4f..033a2bd 100644 --- a/Classic/prefs/serverPrefs.cs +++ b/Classic/prefs/serverPrefs.cs @@ -98,7 +98,7 @@ $Host::holoName3 = "Starwolf"; $Host::holoName4 = "DSword"; $Host::holoName5 = "BloodEagle"; $Host::holoName6 = "Harbinger"; -$Host::Info = " "; +$Host::Info = "This is a Tribes 2 Classic server. More information in Discord. playt2.com/discord"; $Host::ItemRespawnTime = 30; $Host::KickBanTime = 600; $Host::KickObserverTimeout = 1200; diff --git a/Classic/scripts/autoexec/zDebriefLoadingScreen.cs b/Classic/scripts/autoexec/zDebriefLoadingScreen.cs index 4b381f6..00506fd 100644 --- a/Classic/scripts/autoexec/zDebriefLoadingScreen.cs +++ b/Classic/scripts/autoexec/zDebriefLoadingScreen.cs @@ -68,7 +68,6 @@ $dtLoadingScreen::ShowImages = 0; if( $Host::LoadScreenColor1 $= " " ) $Host::LoadScreenColor1 = "05edad"; if( $Host::LoadScreenColor2 $= " " ) $Host::LoadScreenColor2 = "29DEE7"; if( $Host::LoadScreenColor3 $= " " ) $Host::LoadScreenColor3 = "33CCCC"; -if( $Host::Info !$= " " ) $Host::Info = " "; // So ServerDefaults wont replace a "" value when meant to be blank for(%x = 1; %x <= 4; %x++) @@ -458,8 +457,8 @@ function NORMALsendModInfoToClient(%client) messageClient(%client, 'MsgLoadObjectiveLine', "", %SpecialTextLine[%line], !%singlePlayer); // Send server info: - if(!%singlePlayer) - messageClient(%client, 'MsgLoadRulesLine', "", "" @ $Host::Info, false); + //if(!%singlePlayer) + // messageClient(%client, 'MsgLoadRulesLine', "", "" @ $Host::Info, false); for(%line = 0; %line < %ServerCnt; %line++) if (%ServerTextLine[%line] !$= "")