diff --git a/DevourClient/Hacks/Misc.cs b/DevourClient/Hacks/Misc.cs index 5fbf61a..966aa49 100644 --- a/DevourClient/Hacks/Misc.cs +++ b/DevourClient/Hacks/Misc.cs @@ -176,7 +176,7 @@ namespace DevourClient.Hacks Il2Cpp.NolanBehaviour nb = Player.GetPlayer(); Il2Cpp.SurvivalReviveInteractable _reviveInteractable = UnityEngine.Object.FindObjectOfType(); //probably can't be null - + _reviveInteractable.Interact(nb.gameObject); } public static void TPItems()