little fix
This commit is contained in:
@@ -107,7 +107,7 @@ namespace DevourClient.Hacks
|
|||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
NolanBehaviour nb = Helpers.Entities.LocalPlayer_.p_GameObject.GetComponent<NolanBehaviour>();
|
Il2Cpp.NolanBehaviour nb = Helpers.Entities.LocalPlayer_.p_GameObject.GetComponent<Il2Cpp.NolanBehaviour>();
|
||||||
|
|
||||||
nb.StartCarry(name);
|
nb.StartCarry(name);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user