diff --git a/src/Patches/ChatControllerPatches.cs b/src/Patches/ChatControllerPatches.cs index 487374e..941d145 100644 --- a/src/Patches/ChatControllerPatches.cs +++ b/src/Patches/ChatControllerPatches.cs @@ -83,7 +83,7 @@ public static void Postfix(ChatBubble __instance){ [HarmonyPatch(typeof(ChatController), nameof(ChatController.Update))] -public static class ChatJailBreak_FreeChatInputField_OnFieldChanged_Prefix +public static class ChatController_Update { // Postfix patch of FreeChatInputField.OnFieldChanged to unlock extra chat capabilities public static void Postfix(ChatController __instance) diff --git a/src/UI/CheatToggles.cs b/src/UI/CheatToggles.cs index 1a3c0bf..ba0211e 100644 --- a/src/UI/CheatToggles.cs +++ b/src/UI/CheatToggles.cs @@ -35,7 +35,6 @@ public struct CheatToggles //ESP public static bool fullBright; - public static bool alwaysChat; public static bool seeGhosts; public static bool seeRoles; public static bool seeDisguises; @@ -59,6 +58,10 @@ public struct CheatToggles public static bool tracersBodies; public static bool colorBasedTracers; public static bool distanceBasedTracers; + + //Chat + public static bool alwaysChat; + public static bool chatJailbreak; //Ship public static bool closeMeeting; @@ -85,7 +88,6 @@ public struct CheatToggles public static bool unlockFeatures = true; public static bool freeCosmetics = true; public static bool avoidBans = true; - public static bool chatJailbreak; public static void DisablePPMCheats(string variableToKeep) {