Merge pull request #4971 from Citadel-Station-13/upstream-merge-34653
[MIRROR] Disable ruins for test run mode
This commit is contained in:
@@ -35,7 +35,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
|
||||
|
||||
Reference in New Issue
Block a user