Don't automatically set content to normal when applying IOS patches

This commit is contained in:
2024-08-02 08:40:39 -04:00
committed by GitHub
parent 415af7b8b8
commit bcbdd284e9

View File

@@ -114,7 +114,6 @@ class IOSPatcher:
patch_count += 1 patch_count += 1
self.title.set_content(target_content, self.es_module_index) self.title.set_content(target_content, self.es_module_index)
self.title.content.content_records[self.es_module_index].content_type = 1 # Sets content to be non-shared
return patch_count return patch_count