Skip to content
This repository was archived by the owner on Apr 7, 2022. It is now read-only.

Commit 08e4a60

Browse files
authored
Revert "add another hack (#1288)" (#1290)
This reverts commit ecd9d85.
1 parent ecd9d85 commit 08e4a60

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

willsCheatMenu/dist/bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

willsCheatMenu/src/hacks/player.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -341,11 +341,3 @@ new Hack(category.player, "Set Grade").setClick(async () => {
341341
_.player.grade = parseInt(grade.value);
342342
Toast.fire("Success", `Successfully changed grade to ${grade}!`, "success");
343343
});
344-
345-
new Hack(category.player, "Get Map Location").setClick(async () => {
346-
Swal.fire({
347-
title: "Map Location",
348-
html: `You are at <br> <code> ${_.player.data.zone} </code>. <br> You can save this to get to the same zone.`,
349-
icon: "info"
350-
});
351-
});

0 commit comments

Comments
 (0)