prompt re-dump

This commit is contained in:
Alex Bates 2021-02-06 16:15:22 +00:00
parent 93acfc1918
commit 137a93231d
1 changed files with 4 additions and 1 deletions

View File

@ -144,7 +144,10 @@ def find_asset_dir(path):
if os.path.exists(d + "/" + path):
return d
print("unable to find asset: " + path)
print("Unable to find asset: " + path)
print("The asset dump may be incomplete. Run")
print(" rm .splat_cache")
print("And then run ./configure.py again.")
exit(1)
def find_asset(path):