mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-01-20 00:24:49 +00:00
Added loadingmsgline4
This commit is contained in:
parent
84bd1ff53a
commit
21ccad1866
|
|
@ -184,8 +184,10 @@ $Host::loadingmsgline1 = "Join Discord: ";
|
|||
$Host::loadingmsgline1content = "https://t2discord.tk";
|
||||
$Host::loadingmsgline2 = "Server Github: ";
|
||||
$Host::loadingmsgline2content = "https://github.com/ChocoTaco1/TacoServer";
|
||||
$Host::loadingmsgline3 = "Hosted by: ";
|
||||
$Host::loadingmsgline3content = "Branzone";
|
||||
$Host::loadingmsgline3 = "Required Mappacks: ";
|
||||
$Host::loadingmsgline3content = "S5 S8 TWL TWL2";
|
||||
$Host::loadingmsgline4 = "Hosted by: ";
|
||||
$Host::loadingmsgline4content = "Branzone";
|
||||
$Host::Map = "VaubanLak";
|
||||
$Host::MapCycleAcidRain_CTF = "0";
|
||||
$Host::MapCycleAgentsOfFortune_Duel = "0";
|
||||
|
|
|
|||
|
|
@ -198,8 +198,10 @@ $Host::loadingmsgline1 = "Join Discord: "; //Loading screen msg line 1
|
|||
$Host::loadingmsgline1content = "https://t2discord.tk"; //Loading screen msg content 1
|
||||
$Host::loadingmsgline2 = "Server Github: "; //Loading screen msg line 2
|
||||
$Host::loadingmsgline2content = "https://github.com/ChocoTaco1/TacoServer"; //Loading screen msg content 2
|
||||
$Host::loadingmsgline3 = "Hosted by: "; //Loading screen msg line 3
|
||||
$Host::loadingmsgline3content = "Branzone"; //Loading screen msg content 3
|
||||
$Host::loadingmsgline3 = "Required Mappacks: "; //Loading screen msg line 3
|
||||
$Host::loadingmsgline3content = "S5 S8 TWL TWL2"; //Loading screen msg content 3
|
||||
$Host::loadingmsgline4 = "Hosted by: "; //Loading screen msg line 4
|
||||
$Host::loadingmsgline4content = "Branzone"; //Loading screen msg content 4
|
||||
$Host::EnableNetTourneyClient = 1; //Enable or Disable Tourney Net Client checking
|
||||
//LakRabbit
|
||||
$Host::EnableLakUnlimitedDJ = 1; //Unlimited disc-jumps if enabled
|
||||
|
|
|
|||
Loading…
Reference in a new issue