Skip to content
This repository was archived by the owner on Jan 1, 2025. It is now read-only.

Commit e4f076d

Browse files
committed
Add back bl2sdk module
1 parent 9e6e8fe commit e4f076d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Mods/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
import traceback
22
import unrealsdk
33

4+
# Hack for backwards compatibility
5+
import sys
6+
sys.modules['bl2sdk'] = unrealsdk
7+
48
""" Increment this version any time you update ANY core Python API """
59
unrealsdk.PythonManagerVersion = 1
610

0 commit comments

Comments
 (0)