Skip to content
This repository was archived by the owner on Apr 7, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion willsCheatMenu/dist/bundle.js

Large diffs are not rendered by default.

8 changes: 0 additions & 8 deletions willsCheatMenu/src/hacks/player.ts
Original file line number Diff line number Diff line change
Expand Up @@ -341,11 +341,3 @@ new Hack(category.player, "Set Grade").setClick(async () => {
_.player.grade = parseInt(grade.value);
Toast.fire("Success", `Successfully changed grade to ${grade}!`, "success");
});

new Hack(category.player, "Get Map Location").setClick(async () => {
Swal.fire({
title: "Map Location",
html: `You are at <br> <code> ${_.player.data.zone} </code>. <br> You can save this to get to the same zone.`,
icon: "info"
});
});