From 47538a7483c539d0d34cfb11cb0b02868a7eb095 Mon Sep 17 00:00:00 2001 From: ALittlePatate Date: Fri, 20 Sep 2024 18:20:53 +0200 Subject: [PATCH] fix: typo --- DevourClient/ClientMain.cs | 6 +++--- DevourClient/Hooks/Hooks.cs | 2 +- README.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DevourClient/ClientMain.cs b/DevourClient/ClientMain.cs index 46473b9..dad866d 100644 --- a/DevourClient/ClientMain.cs +++ b/DevourClient/ClientMain.cs @@ -46,7 +46,7 @@ namespace DevourClient public static bool exp_modifier = false; public static float exp = 1000f; public static bool _walkInLobby = false; - public static bool infinite_mirors = false; + public static bool infinite_mirrors = false; static bool player_esp = false; static bool player_skel_esp = false; static bool player_snapline = false; @@ -861,7 +861,7 @@ namespace DevourClient nb.locomotion.SetPosition(pos, false); } - infinite_mirors = GUI.Toggle(new Rect(Settings.Settings.x + 370, Settings.Settings.y + 150, 150, 20), infinite_mirors, "Infinite mirors"); + infinite_mirrors = GUI.Toggle(new Rect(Settings.Settings.x + 370, Settings.Settings.y + 150, 150, 20), infinite_mirrors, "Infinite mirrors"); break; } @@ -1448,7 +1448,7 @@ namespace DevourClient } } - if (GUILayout.Button("Miror")) + if (GUILayout.Button("Mirror")) { if (BoltNetwork.IsServer) { diff --git a/DevourClient/Hooks/Hooks.cs b/DevourClient/Hooks/Hooks.cs index 25f9213..18e1435 100644 --- a/DevourClient/Hooks/Hooks.cs +++ b/DevourClient/Hooks/Hooks.cs @@ -124,7 +124,7 @@ namespace DevourClient.Hooks { static void Postfix(ref bool __result) { - if (ClientMain.infinite_mirors) + if (ClientMain.infinite_mirrors) __result = false; } } diff --git a/README.md b/README.md index db41521..5f96f77 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Everything about spoofing ehre (steam name, server name, level...) will persist * Change the player's speed * Fullbright * Create a lobby with no player limit -* Infinite mirors (Manor update) +* Infinite mirrors (Manor update) * Switch between realms (Manor update) ## English Installation Tutorial