set check for world updated as non-essential

master 3.7.2.18
idziubenko 2 years ago
parent a68d23c18f
commit 5535168364

@ -425,7 +425,7 @@ class ClUpdateAction(Action):
}, },
{'name': 'check_if_world_was_updated', {'name': 'check_if_world_was_updated',
'method': 'Update.update_set_current_saved_tag()', 'method': 'Update.update_set_current_saved_tag()',
# 'condition': UpdateConditions.check_world_updated_after_tag_save() 'essential': False,
'condition': lambda Get: (Get('cl_update_sync_only_set') == 'off' and \ 'condition': lambda Get: (Get('cl_update_sync_only_set') == 'off' and \
Get('cl_update_pretend_set') == 'off' and \ Get('cl_update_pretend_set') == 'off' and \
UpdateConditions.check_world_updated_after_tag_save()()) UpdateConditions.check_world_updated_after_tag_save()())

Loading…
Cancel
Save