mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-14 15:44:34 +00:00
Added Loading screen options
This commit is contained in:
parent
b38c1fd570
commit
bd9bb0d931
2 changed files with 21 additions and 4 deletions
|
|
@ -172,7 +172,18 @@ $Host::holoName6 = "Harbinger";
|
|||
$Host::HostedBy = "Branzone";
|
||||
$Host::Info = " ";
|
||||
$Host::KickBanTime = 600;
|
||||
$Host::LakRabbitNoSplashDamage = 1;
|
||||
$Host::LakRabbitDuelMode = "0";
|
||||
$Host::LakRabbitNoSplashDamage = "1";
|
||||
$Host::LakRabbitPubPro = "0";
|
||||
$Host::loadingmsgcolor1 = "ffb734";
|
||||
$Host::loadingmsgcolor2 = "29DEE7";
|
||||
$Host::loadingmsgcolor3 = "33CCCC";
|
||||
$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::Map = "VaubanLak";
|
||||
$Host::MapCycleAcidRain_CTF = "0";
|
||||
$Host::MapCycleAgentsOfFortune_Duel = "0";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue