Fix warnings

This commit is contained in:
Sebastian Morr 2020-10-26 19:56:52 +01:00
parent 2dc04b1682
commit 8f70770107
9 changed files with 19 additions and 52 deletions

View file

@ -15,7 +15,7 @@ func _ready():
helpers.crash("Directory %s does not exist" % args["sandbox"])
if path == null:
path = game.tmp_prefix_inside+"/repos/sandbox/"
path = game.tmp_prefix+"/repos/sandbox/"
helpers.careful_delete(path)
game.global_shell.run("mkdir " + path)