"AutoRespawn" function has been updated
This commit is contained in:
@@ -138,8 +138,9 @@ namespace DevourClient.Hacks
|
|||||||
{
|
{
|
||||||
Il2Cpp.NolanBehaviour nb = Player.GetPlayer();
|
Il2Cpp.NolanBehaviour nb = Player.GetPlayer();
|
||||||
|
|
||||||
Vector3 setNewPosition = nb.transform.position = new Vector3(0.0f, -100.0f, 0.0f);
|
Il2Cpp.SurvivalReviveInteractable _reviveInteractable = UnityEngine.Object.FindObjectOfType<Il2Cpp.SurvivalReviveInteractable>();
|
||||||
nb.locomotion.SetPosition(setNewPosition);
|
|
||||||
|
_reviveInteractable.Interact(nb.gameObject);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void TPItems()
|
public static void TPItems()
|
||||||
|
|||||||
Reference in New Issue
Block a user