mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 09:54:52 +00:00
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:
committed by
CitadelStationBot
parent
d1487e1c65
commit
46692c87b4
@@ -35,7 +35,10 @@ if [ "$BUILD_TOOLS" = false ]; then
|
|||||||
fi;
|
fi;
|
||||||
|
|
||||||
#config folder should not be mandatory
|
#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
|
source $HOME/BYOND-${BYOND_MAJOR}.${BYOND_MINOR}/byond/bin/byondsetup
|
||||||
if [ "$BUILD_TESTING" = true ]; then
|
if [ "$BUILD_TESTING" = true ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user