From 81dce606f129baee058032e3ed1e3711d021da27 Mon Sep 17 00:00:00 2001 From: jadis0x <49281043+jadis0x@users.noreply.github.com> Date: Tue, 10 Jan 2023 22:36:35 +0300 Subject: [PATCH] little fix --- DevourClient/Hacks/Misc.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }