From fdbff4058e327bf68e5006899111ff9ee1ea4ee8 Mon Sep 17 00:00:00 2001 From: Tad Hardesty Date: Tue, 26 Nov 2019 19:53:16 -0800 Subject: [PATCH] Delete .dm files in _maps folders (#47912) --- _maps/boxstation.dm | 1 - _maps/deltastation.dm | 1 - _maps/donutstation.dm | 1 - _maps/kilostation.dm | 1 - _maps/metastation.dm | 1 - _maps/multiz_debug.dm | 1 - _maps/pubbystation.dm | 1 - _maps/runtimestation.dm | 1 - 8 files changed, 8 deletions(-) delete mode 100644 _maps/boxstation.dm delete mode 100644 _maps/deltastation.dm delete mode 100644 _maps/donutstation.dm delete mode 100644 _maps/kilostation.dm delete mode 100644 _maps/metastation.dm delete mode 100644 _maps/multiz_debug.dm delete mode 100644 _maps/pubbystation.dm delete mode 100644 _maps/runtimestation.dm diff --git a/_maps/boxstation.dm b/_maps/boxstation.dm deleted file mode 100644 index b54b01be55f..00000000000 --- a/_maps/boxstation.dm +++ /dev/null @@ -1 +0,0 @@ -#define FORCE_MAP "_maps/boxstation.json" diff --git a/_maps/deltastation.dm b/_maps/deltastation.dm deleted file mode 100644 index 2fc0ef9179d..00000000000 --- a/_maps/deltastation.dm +++ /dev/null @@ -1 +0,0 @@ -#define FORCE_MAP "_maps/deltastation.json" diff --git a/_maps/donutstation.dm b/_maps/donutstation.dm deleted file mode 100644 index e8919e20da4..00000000000 --- a/_maps/donutstation.dm +++ /dev/null @@ -1 +0,0 @@ -#define FORCE_MAP "_maps/donutstation.json" diff --git a/_maps/kilostation.dm b/_maps/kilostation.dm deleted file mode 100644 index 5970c0d49eb..00000000000 --- a/_maps/kilostation.dm +++ /dev/null @@ -1 +0,0 @@ -#define FORCE_MAP "_maps/kilostation.json" diff --git a/_maps/metastation.dm b/_maps/metastation.dm deleted file mode 100644 index ae97e34581e..00000000000 --- a/_maps/metastation.dm +++ /dev/null @@ -1 +0,0 @@ -#define FORCE_MAP "_maps/metastation.json" diff --git a/_maps/multiz_debug.dm b/_maps/multiz_debug.dm deleted file mode 100644 index ca286934b92..00000000000 --- a/_maps/multiz_debug.dm +++ /dev/null @@ -1 +0,0 @@ -#define FORCE_MAP "_maps/multiz_debug.json" diff --git a/_maps/pubbystation.dm b/_maps/pubbystation.dm deleted file mode 100644 index 3d114231042..00000000000 --- a/_maps/pubbystation.dm +++ /dev/null @@ -1 +0,0 @@ -#define FORCE_MAP "_maps/pubbystation.json" diff --git a/_maps/runtimestation.dm b/_maps/runtimestation.dm deleted file mode 100644 index c8a7477687b..00000000000 --- a/_maps/runtimestation.dm +++ /dev/null @@ -1 +0,0 @@ -#define FORCE_MAP "_maps/runtimestation.json"