Skip to content

Commit

Permalink
remove filename from saved file message
Browse files Browse the repository at this point in the history
  • Loading branch information
ego-lay-atman-bay committed Jul 12, 2024
1 parent f228148 commit 40054b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2366,7 +2366,7 @@ def saveLevel(self, *args, filename = None):

self.updateProgressBar(
1,
f'Successfully saved level to {filename}',
f'Successfully saved level',
1,
)
except:
Expand Down

0 comments on commit 40054b1

Please sign in to comment.