mirror of
https://github.com/Jusctsch5/ironsphererpg.git
synced 2026-03-05 21:40:26 +00:00
T2RPG: Modify Server Defaults file to give a proper name to the server
This commit is contained in:
parent
440ac4a61c
commit
094375bba4
2 changed files with 114 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue