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++] = " "; } }