Skip to content
Snippets Groups Projects
Commit 2473a3f2 authored by DarkGod's avatar DarkGod
Browse files

Fixed the "anti inferior to 1.2.0" message when loading savefiles to only...

Fixed the "anti inferior to 1.2.0" message when loading savefiles to only trigger for the ToME module
parent cf93c3a8
No related branches found
No related tags found
No related merge requests found
......@@ -175,7 +175,7 @@ end
function _M:playSave()
if not self.save_sel then return end
if engine.version_compare(self.save_sel.module_version, {1, 2, 0}) == "lower" then
if self.save_sel.module == "tome" and engine.version_compare(self.save_sel.module_version, {1, 2, 0}) == "lower" then
Dialog:yesnoLongPopup("Incompatible savefile", [[Due to huge changes in 1.2.0 all previous savefiles will not work with it.
This savefile requires a game version lower than 1.2.0 and thus can not be loaded.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment