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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4413, comment 12

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