Update zDebriefLoadingScreen.cs

This commit is contained in:
ChocoTaco1 2020-12-28 18:10:43 -05:00
parent b2a5890e24
commit 310d117d26

View file

@ -252,7 +252,7 @@ function ALTsendModInfoToClient(%client)
{
$dtLoadingScreen::LoadScreenMessage[$dmlP++] = " ";
$dtLoadingScreen::LoadScreenMessage[$dmlP++] = "<lmargin:24><Font:univers:18><color:fd3b3b>!! This server uses the DMP Discord Map Pack !!";
$dtLoadingScreen::LoadScreenMessage[$dmlP++] = "<lmargin:24><Font:univers:18><color:fd3b3b>Get the latest here: <a:files.playt2.com/Testing>files.playt2.com/Testing</a>";
$dtLoadingScreen::LoadScreenMessage[$dmlP++] = "<lmargin:24><Font:univers:18><color:fd3b3b>Get the latest here: <a:files.playt2.com/Mappacks>files.playt2.com/Mappacks</a>";
$dtLoadingScreen::LoadScreenMessage[$dmlP++] = " ";
}
}