Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 2671941

Browse files
authored
Fixes VR (my bad) (#22963)
1 parent e26edd4 commit 2671941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/controllers/subsystem/mapping.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ SUBSYSTEM_DEF(mapping)
482482
else if (!isnull(config.minetype) && config.minetype != "none")
483483
INIT_ANNOUNCE("WARNING: An unknown minetype '[config.minetype]' was set! This is being ignored! Update the maploader code!")
484484

485-
LoadGroup(FailedZs, "Automated Exploration Hub", "netmin_hub.dmm", default_traits = ZTRAITS_AWAY_SECRET)
485+
LoadGroup(FailedZs, "Automated Exploration Hub", "RandomZLevels", "netmin_hub.dmm", default_traits = ZTRAITS_AWAY_SECRET)
486486
#endif
487487

488488
if(LAZYLEN(FailedZs)) //but seriously, unless the server's filesystem is messed up this will never happen

0 commit comments

Comments
 (0)