Skip to content

Commit

Permalink
Add back bl2sdk module
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt-Hurd committed Feb 29, 2020
1 parent 9e6e8fe commit e4f076d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Mods/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
import traceback
import unrealsdk

# Hack for backwards compatibility
import sys
sys.modules['bl2sdk'] = unrealsdk

""" Increment this version any time you update ANY core Python API """
unrealsdk.PythonManagerVersion = 1

Expand Down

0 comments on commit e4f076d

Please sign in to comment.