From 310d117d26f3adb7eeafd317fecef20c759157d4 Mon Sep 17 00:00:00 2001 From: ChocoTaco1 Date: Mon, 28 Dec 2020 18:10:43 -0500 Subject: [PATCH] Update zDebriefLoadingScreen.cs --- Classic/scripts/autoexec/zDebriefLoadingScreen.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classic/scripts/autoexec/zDebriefLoadingScreen.cs b/Classic/scripts/autoexec/zDebriefLoadingScreen.cs index 85e54df..ea903fd 100644 --- a/Classic/scripts/autoexec/zDebriefLoadingScreen.cs +++ b/Classic/scripts/autoexec/zDebriefLoadingScreen.cs @@ -252,7 +252,7 @@ function ALTsendModInfoToClient(%client) { $dtLoadingScreen::LoadScreenMessage[$dmlP++] = " "; $dtLoadingScreen::LoadScreenMessage[$dmlP++] = "!! This server uses the DMP Discord Map Pack !!"; - $dtLoadingScreen::LoadScreenMessage[$dmlP++] = "Get the latest here: files.playt2.com/Testing"; + $dtLoadingScreen::LoadScreenMessage[$dmlP++] = "Get the latest here: files.playt2.com/Mappacks"; $dtLoadingScreen::LoadScreenMessage[$dmlP++] = " "; } }