Don't delete scenery directory before building

Signed-off-by: fly <merspieler@airmail.cc>
This commit is contained in:
fly 2019-12-05 09:17:45 +00:00
parent d3b4f2e191
commit 041ed6d672

View file

@ -194,7 +194,6 @@ def prepare():
run("./delete-db worldbuild")
run("./create-db worldbuild")
run("rm -rf projects/worldbuild/scenery/*")
run("./clear-cache-files worldbuild")
def run_all(name, w, s, e, n, chunk_size, threads, cont=False):