Disable ruins for test run mode (#34653)

* Disable ruins for test run mode

* Fix

* Actually, let's enable them all

* That never happened
This commit is contained in:
Jordan Brown
2018-01-20 12:27:55 +01:00
committed by AnturK
parent d1f3f99a25
commit a13d517821
+4 -1
View File
@@ -42,7 +42,10 @@ if [ "$BUILD_TOOLS" = false ]; then
fi;
#config folder should not be mandatory
rm -rf config
rm -rf config/*
#disable all ruins
echo -e "LAVALAND_BUDGET 0\nSPACE_BUDGET 0" > config/config.txt
source $HOME/BYOND-${BYOND_MAJOR}.${BYOND_MINOR}/byond/bin/byondsetup
if [ "$BUILD_TESTING" = true ]; then