diff --git a/tools/ci/run_server.sh b/tools/ci/run_server.sh index 7011d530e2..4d943846f0 100755 --- a/tools/ci/run_server.sh +++ b/tools/ci/run_server.sh @@ -7,11 +7,6 @@ mkdir ci_test/config #test config cp tools/ci/ci_config.txt ci_test/config/config.txt -#throw auxmos into ldd -cp libauxmos.so ~/.byond/bin/libauxmos.so -chmod +x ~/.byond/bin/libauxmos.so -ldd ~/.byond/bin/libauxmos.so - cd ci_test DreamDaemon tgstation.dmb -close -trusted -verbose -params "log-directory=ci" cd .. diff --git a/tools/deploy.sh b/tools/deploy.sh index d09b606a86..f6fc14d67d 100755 --- a/tools/deploy.sh +++ b/tools/deploy.sh @@ -22,8 +22,6 @@ fi cp tgstation.dmb tgstation.rsc $1/ cp -r _maps/* $1/_maps/ -cp -r icons/runtime/* $1/icons/runtime/ -cp -r sound/runtime/* $1/sound/runtime/ cp -r strings/* $1/strings/ #remove .dm files from _maps