diff --git a/DevourClient/Hacks/Misc.cs b/DevourClient/Hacks/Misc.cs index 4366159..d25b5e7 100644 --- a/DevourClient/Hacks/Misc.cs +++ b/DevourClient/Hacks/Misc.cs @@ -107,7 +107,7 @@ namespace DevourClient.Hacks { try { - NolanBehaviour nb = Helpers.Entities.LocalPlayer_.p_GameObject.GetComponent(); + Il2Cpp.NolanBehaviour nb = Helpers.Entities.LocalPlayer_.p_GameObject.GetComponent(); nb.StartCarry(name); }