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
scenes

View file

@ -63,7 +63,7 @@ func load(path):
helpers.crash("Level %s does not exist." % path)
for repo in repos:
repos[repo].path = game.tmp_prefix_inside+"repos/%s/" % repo
repos[repo].path = game.tmp_prefix+"repos/%s/" % repo
repos[repo].slug = repo
# Surround all lines indented with four spaces with [code] tags.