Rename context menu patch
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
using Aki.Reflection.Patching;
|
using Aki.Reflection.Patching;
|
||||||
using Aki.Reflection.Utils;
|
using Aki.Reflection.Utils;
|
||||||
using Comfort.Common;
|
|
||||||
using EFT.InventoryLogic;
|
using EFT.InventoryLogic;
|
||||||
using EFT.UI;
|
using EFT.UI;
|
||||||
using HarmonyLib;
|
using HarmonyLib;
|
||||||
@@ -11,7 +10,7 @@ using System.Reflection;
|
|||||||
|
|
||||||
namespace UIFixes
|
namespace UIFixes
|
||||||
{
|
{
|
||||||
public static class InsureContextMenuPatches
|
public static class ContextMenuPatches
|
||||||
{
|
{
|
||||||
private static Type InventoryRootInteractionsType;
|
private static Type InventoryRootInteractionsType;
|
||||||
private static Type TradingRootInteractionsType;
|
private static Type TradingRootInteractionsType;
|
||||||
@@ -37,7 +37,7 @@ namespace UIFixes
|
|||||||
AddOfferClickablePricesPatches.Enable();
|
AddOfferClickablePricesPatches.Enable();
|
||||||
new AssortUnlocksPatch().Enable();
|
new AssortUnlocksPatch().Enable();
|
||||||
new AutofillQuestItemsPatch().Enable();
|
new AutofillQuestItemsPatch().Enable();
|
||||||
InsureContextMenuPatches.Enable();
|
ContextMenuPatches.Enable();
|
||||||
TradingAutoSwitchPatches.Enable();
|
TradingAutoSwitchPatches.Enable();
|
||||||
AddOfferRememberAutoselectPatches.Enable();
|
AddOfferRememberAutoselectPatches.Enable();
|
||||||
KeepMessagesOpenPatches.Enable();
|
KeepMessagesOpenPatches.Enable();
|
||||||
|
|||||||
Reference in New Issue
Block a user