From 7dd35caa7c17d031673c9486078e168ae49c3c62 Mon Sep 17 00:00:00 2001 From: Jusctsch5 Date: Fri, 27 Mar 2015 22:48:22 -0500 Subject: [PATCH] T2RPG: Modify Server Preferences again. Another attempt at a better name. --- prefs/ServerPrefs.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/prefs/ServerPrefs.cs b/prefs/ServerPrefs.cs index dbec726..9fec8f1 100644 --- a/prefs/ServerPrefs.cs +++ b/prefs/ServerPrefs.cs @@ -5,7 +5,7 @@ $Host::BotsEnabled = "0"; $Host::CRCTextures = 1; $Host::Dedicated = 1; $Host::FloodProtectionEnabled = 1; -$Host::GameName = "T2RPG Server"; +$Host::GameName = "WilfCastle\'s T2RPG"; $Host::HiVisibility = "0"; $Host::holoName1 = "Storm"; $Host::holoName2 = "Inferno"; @@ -13,7 +13,7 @@ $Host::holoName3 = "Starwolf"; $Host::holoName4 = "DSword"; $Host::holoName5 = "BloodEagle"; $Host::holoName6 = "Harbinger"; -$Host::Info = "WilfCastle's Tribes 2 RPG."; +$Host::Info = "Ironsphere RPG II."; $Host::KickBanTime = 300; $Host::MapPlayerLimitsAbominable_CnH = "-1 -1"; $Host::MapPlayerLimitsAgentsOfFortune_TeamHunters = "-1 32"; @@ -80,7 +80,6 @@ $Host::MaxBotDifficulty = "0.75"; $Host::MaxMessageLen = 120; $Host::MaxPlayers = "64"; $Host::MinBotDifficulty = "0.5"; -$Host::MissionType = "T2RPG"; $Host::NoSmurfs = 0; $Host::PlayerRespawnTimeout = 60; $Host::Port = 28000;