mirror of https://github.com/pmret/papermario.git
prompt re-dump
This commit is contained in:
parent
93acfc1918
commit
137a93231d
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in New Issue