Skip to content

Commit

Permalink
And another
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Garcia committed Oct 16, 2024
1 parent 6f7266a commit 187f2e0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions io_scene_halo/file_jma/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -576,8 +576,6 @@ class ImportJMA(Operator, ImportHelper):
def execute(self, context):
from ..file_jma import import_jma

int_game_version = int(self.game_version)

return global_functions.run_code("import_jma.load_file(context, self.filepath, self.game_title, self.fix_parents, self.fix_rotations, self.jms_path_a, self.jms_path_b, self.report)")

if (4, 1, 0) <= bpy.app.version:
Expand Down

0 comments on commit 187f2e0

Please sign in to comment.