From 2671941bee6819783d745de09023428e304116e4 Mon Sep 17 00:00:00 2001 From: AMyriad <143908044+AMyriad@users.noreply.github.com> Date: Thu, 16 Jan 2025 00:55:23 +0100 Subject: [PATCH] Fixes VR (my bad) (#22963) --- code/controllers/subsystem/mapping.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/controllers/subsystem/mapping.dm b/code/controllers/subsystem/mapping.dm index 9f3ad6d32824..5c2b4817efc6 100644 --- a/code/controllers/subsystem/mapping.dm +++ b/code/controllers/subsystem/mapping.dm @@ -482,7 +482,7 @@ SUBSYSTEM_DEF(mapping) else if (!isnull(config.minetype) && config.minetype != "none") INIT_ANNOUNCE("WARNING: An unknown minetype '[config.minetype]' was set! This is being ignored! Update the maploader code!") - LoadGroup(FailedZs, "Automated Exploration Hub", "netmin_hub.dmm", default_traits = ZTRAITS_AWAY_SECRET) + LoadGroup(FailedZs, "Automated Exploration Hub", "RandomZLevels", "netmin_hub.dmm", default_traits = ZTRAITS_AWAY_SECRET) #endif if(LAZYLEN(FailedZs)) //but seriously, unless the server's filesystem is messed up this will never happen