Skip to main content
Sign in
Snippets Groups Projects
Commit 39caa5e5 authored by Alifia Rahmah's avatar Alifia Rahmah
Browse files

fix(pet): set killpet to false after cheating

parent 47cc84ef
Branches
Tags
No related merge requests found
...@@ -65,6 +65,7 @@ public class PetHealth : MonoBehaviour ...@@ -65,6 +65,7 @@ public class PetHealth : MonoBehaviour
if (CheatMenu.killpet) if (CheatMenu.killpet)
{ {
Death(); Death();
CheatMenu.killpet = false;
} }
} }
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment