little fix

This commit is contained in:
jadis0x
2023-01-10 22:36:35 +03:00
committed by GitHub
parent d1151d5bc1
commit 81dce606f1

View File

@@ -107,7 +107,7 @@ namespace DevourClient.Hacks
{
try
{
NolanBehaviour nb = Helpers.Entities.LocalPlayer_.p_GameObject.GetComponent<NolanBehaviour>();
Il2Cpp.NolanBehaviour nb = Helpers.Entities.LocalPlayer_.p_GameObject.GetComponent<Il2Cpp.NolanBehaviour>();
nb.StartCarry(name);
}