Changes between Version 1 and Version 2 of Ticket #4413, comment 12


Ignore:
Timestamp:
Mar 21, 2017, 1:38:34 AM (7 years ago)
Author:
Vladislav Belov

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4413, comment 12

    v1 v2  
    11Replying to [comment:11 Imarok]:
    22> l8: why not just `engineInfo && hasSameSavegameVersion(metadata, engineInfo) && hasSameEngineVersion(metadata, engineInfo) && hasSameMods(metadata, engineInfo)`?
    3 Good point, but i.e. `hasSameSavegameVersion` get a engineInfo's property without any check, so it could produce warnings, I think.
     3Good point.