Update build process and disable debug mode

This commit is contained in:
2025-01-10 20:46:18 +08:00
parent 73f4e4b0f5
commit cdc4336ed5
6 changed files with 17 additions and 12 deletions

View File

@@ -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));