Attempts to fix supply shuttle bug.

This commit is contained in:
Jakksergal
2018-02-27 22:00:52 -08:00
parent 60871e9e97
commit 033bd20b99
+1 -1
View File
@@ -1,5 +1,5 @@
//Config stuff
#define SUPPLY_DOCKZ 2 //Z-level of the Dock.
#define SUPPLY_DOCKZ 1 //Z-level of the Dock.
#define SUPPLY_STATIONZ 1 //Z-level of the Station.
#define SUPPLY_STATION_AREATYPE "/area/supply/station" //Type of the supply shuttle area for station
#define SUPPLY_DOCK_AREATYPE "/area/supply/dock" //Type of the supply shuttle area for dock