T2RPG: Modify Server Defaults file to give a proper name to the server

This commit is contained in:
Jusctsch5 2015-03-23 21:39:54 -05:00
parent 440ac4a61c
commit 094375bba4
2 changed files with 114 additions and 3 deletions

View file

@ -32,9 +32,9 @@ if ( isDemo() )
}
else
{
$Host::GameName = "Tribes 2 Server";
$Host::Info = "This is a Tribes 2 Server.";
$Host::Map = "Katabatic";
$Host::GameName = "WilfCastle's Tribes 2 RPG";
$Host::Info = "Reboot of T2RPG Ironsphere II Mod.";
$Host::Map = "T2RPG World Map";
$Host::MaxPlayers = 64;
}