From 21ccad18665ebff487ac7471a39de30c1e20b961 Mon Sep 17 00:00:00 2001 From: ChocoTaco Date: Mon, 25 Feb 2019 17:27:17 -0500 Subject: [PATCH] Added loadingmsgline4 --- Classic/prefs/serverPrefs.cs | 6 ++++-- Classic/scripts/serverDefaults.cs | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Classic/prefs/serverPrefs.cs b/Classic/prefs/serverPrefs.cs index 34bb650..8fd41be 100644 --- a/Classic/prefs/serverPrefs.cs +++ b/Classic/prefs/serverPrefs.cs @@ -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"; diff --git a/Classic/scripts/serverDefaults.cs b/Classic/scripts/serverDefaults.cs index ac647c1..6a2e737 100644 --- a/Classic/scripts/serverDefaults.cs +++ b/Classic/scripts/serverDefaults.cs @@ -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