Fixes VR (my bad) (#22963)

This commit is contained in:
AMyriad
2025-01-16 00:55:23 +01:00
committed by GitHub
parent e26edd45ae
commit 2671941bee

View File

@@ -482,7 +482,7 @@ SUBSYSTEM_DEF(mapping)
else if (!isnull(config.minetype) && config.minetype != "none") 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!") 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 #endif
if(LAZYLEN(FailedZs)) //but seriously, unless the server's filesystem is messed up this will never happen if(LAZYLEN(FailedZs)) //but seriously, unless the server's filesystem is messed up this will never happen