diff options
Diffstat (limited to 'game')
-rw-r--r-- | game/misc.rpy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/game/misc.rpy b/game/misc.rpy index ab08095..3b7f9e1 100644 --- a/game/misc.rpy +++ b/game/misc.rpy @@ -223,7 +223,7 @@ label clear_cache: except: stdout("[CC] Removing %s... FAILED" % get_path(root+file)) os.remove(root+file) - stdout("[CC] Removing %s" % get_path(root+file)) + stdout("[CC] Removing %s" % (root+file)) continue # Erase file memory |