shorten inventory operation queue time

This commit is contained in:
Tyfon
2024-09-10 10:13:06 -07:00
parent 983deffea5
commit 1e2abaab64
3 changed files with 35 additions and 0 deletions

View File

@@ -78,6 +78,7 @@ public class Plugin : BaseUnityPlugin
TagPatches.Enable();
TacticalBindsPatches.Enable();
AddOfferContextMenuPatches.Enable();
new OperationQueuePatch().Enable();
}
public static bool InRaid()