mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-02-26 09:23:36 +00:00
Added Info
This commit is contained in:
parent
fcb82c62d7
commit
9a73229703
2 changed files with 3 additions and 4 deletions
|
|
@ -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', "", "<color:29DEE7>" @ $Host::Info, false);
|
||||
//if(!%singlePlayer)
|
||||
// messageClient(%client, 'MsgLoadRulesLine', "", "<color:29DEE7>" @ $Host::Info, false);
|
||||
|
||||
for(%line = 0; %line < %ServerCnt; %line++)
|
||||
if (%ServerTextLine[%line] !$= "")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue