From 5781b32a9877d47dc984c212d81ccba31f8e20d5 Mon Sep 17 00:00:00 2001 From: VerySoft Date: Sun, 1 May 2022 21:57:09 -0400 Subject: [PATCH] Fixes my goof! Just add the maps_vr file for GB for now since it's the only thing that uses it! I'll tweak it more later, but this will fix lateload maps not loading on maps that aren't Rascal's Pass. --- maps/groundbase/groundbase.dm | 1 + vorestation.dme | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/maps/groundbase/groundbase.dm b/maps/groundbase/groundbase.dm index c3db48594f6..5d1c73a7c43 100644 --- a/maps/groundbase/groundbase.dm +++ b/maps/groundbase/groundbase.dm @@ -9,6 +9,7 @@ #include "..\tether\tether_jobs.dm" #include "groundbase_poi_stuff.dm" #include "gb-wilds.dm" + #include "..\~map_system\maps_vr.dm" #if !AWAY_MISSION_TEST //Don't include these for just testing away missions #include "gb-z1.dmm" diff --git a/vorestation.dme b/vorestation.dme index d411f7d3fc6..768fb81ea79 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -4142,5 +4142,4 @@ #include "maps\submaps\surface_submaps\wilderness\wilderness_areas.dm" #include "maps\tether\tether.dm" #include "maps\~map_system\maps.dm" -#include "maps\~map_system\maps_vr.dm" // END_INCLUDE