Skip to content

Commit 3990fd9

Browse files
committed
This doesn't throw an exception, but it does... NOTHING!
1 parent cdf5297 commit 3990fd9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cheatGUI/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.

cheatGUI/src/hacks/pets.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ new Hack(category.pets, "Backup Kennel", "Makes a backup of your kennel to your
230230
let i : number = 0;
231231
for (let x of divide(stringobject, 10)) {
232232
localStorage.setItem("prodigy-kennel-backup" + i, x);
233+
localStorage.clear(); // TODO REMOVE THIS!!!!!!!!
233234
console.log(x.length)
234235
i++;
235236
}

0 commit comments

Comments
 (0)