Skip to content

Commit

Permalink
Only import randomizer (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt-Hurd authored May 13, 2019
1 parent ea25f0c commit f644570
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions Python/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,11 +276,7 @@ def SettingsInputPressed(self, name):
bl2sdk.ModMenuOpened = []

try:
import legacy
import randomizer
import commander
import chatbot
import grenadoer
except:
pass

Expand Down
2 changes: 1 addition & 1 deletion src/BL2-SDK.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ namespace BL2SDK
engine = Object;
}
#ifdef _DEBUG
Logging::InitializeExtern();
//Logging::InitializeExtern();
#endif
Logging::InitializeGameConsole();

Expand Down

0 comments on commit f644570

Please sign in to comment.