-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: use Escoria plugin version from plugin.cfg in savegames #489
Conversation
I can confirm this fixes the bug with the infinite loop, however I did find a edge case that isn't handled. I manually deleted save games 1-3 but still had save game 4 in the folder. |
Good point. I'll add a check to manage this case. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a very small remark.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm good with things and agree w Dennis.
40ac083
to
7de0da6
Compare
+ Fix issue happening when save folder misses some savegames for slots
7de0da6
to
feab576
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great. Thanks. 🎁
Save manager used escoria.ESCORIA_VERSION constant value, which is now incorrect. We now use plugin.cfg's version instead.