Update build process and disable debug mode
This commit is contained in:
@@ -20,11 +20,11 @@ namespace PriorityUX {
|
||||
|
||||
public override void OnLoad(Harmony harmony) {
|
||||
Debug.Log("UX Mod Load");
|
||||
Harmony.DEBUG = true;
|
||||
// Harmony.DEBUG = true;
|
||||
|
||||
base.OnLoad(harmony);
|
||||
|
||||
Debug.Log("UX Mod PostLoad base");
|
||||
// Debug.Log("UX Mod PostLoad base");
|
||||
|
||||
PUtil.InitLibrary();
|
||||
LocString.CreateLocStringKeys(typeof(Strings.PRIORITYUX));
|
||||
|
||||
Reference in New Issue
Block a user