From 89ca0ad67f1a8078d7201eb9b4987b93a10d92d9 Mon Sep 17 00:00:00 2001 From: Amaya Date: Thu, 26 Mar 2020 19:22:40 +0100 Subject: [PATCH] Fix case sensitivity --- maps/tether/submaps/_tether_submaps.dm | 4 ++-- maps/tether/submaps/om_ships/Vespa.dm | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/maps/tether/submaps/_tether_submaps.dm b/maps/tether/submaps/_tether_submaps.dm index a821bce6e6c..beb795cad5a 100644 --- a/maps/tether/submaps/_tether_submaps.dm +++ b/maps/tether/submaps/_tether_submaps.dm @@ -1,4 +1,4 @@ -// This causes tether submap maps to get 'checked' and compiled, when undergoing a unit test. + // This causes tether submap maps to get 'checked' and compiled, when undergoing a unit test. // This is so Travis can validate PoIs, and ensure future changes don't break PoIs, as PoIs are loaded at runtime and the compiler can't catch errors. ////////////////////////////////////////////////////////////////////////////// @@ -501,4 +501,4 @@ #include "om_ships/screebarge.dm" #include "om_ships/aro.dm" #include "om_ships/cruiser.dm" -#include "om_ships/Vespa.dm" \ No newline at end of file +#include "om_ships/vespa.dm" diff --git a/maps/tether/submaps/om_ships/Vespa.dm b/maps/tether/submaps/om_ships/Vespa.dm index cf222b77abf..02810232b5e 100644 --- a/maps/tether/submaps/om_ships/Vespa.dm +++ b/maps/tether/submaps/om_ships/Vespa.dm @@ -1,13 +1,13 @@ // Compile in the map for CI testing if we're testing compileability of all the maps #if MAP_TEST -#include "Vespa.dmm" +#include "vespa.dmm" #endif // Map template for spawning the shuttle /datum/map_template/om_ships/Vespa name = "OM Ship - Vespa (New Z)" desc = "The Vespa, a Hephaestus Industries vessel." - mappath = 'Vespa.dmm' + mappath = 'vespa.dmm' // The shuttle's area(s) /area/ship/expe