Fix case sensitivity

This commit is contained in:
Amaya
2020-03-26 19:22:40 +01:00
parent 5068ded073
commit 89ca0ad67f
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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"
#include "om_ships/vespa.dm"
+2 -2
View File
@@ -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