Skip to content

Commit

Permalink
Change unnamed variable to what I do know
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeikJT committed Jan 29, 2020
1 parent 7b09ca4 commit 474ce0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cheats.js
Original file line number Diff line number Diff line change
Expand Up @@ -627,9 +627,9 @@ ig.module("cheats-gui").requires("game.feature.gui.screen.title-screen", "game.f
this.parent();
this.cheatsButton.doStateTransition("DEFAULT");
},
hide(a) {
hide(timingBoolean) {
this.parent.apply(this, arguments);
this.cheatsButton.doStateTransition("HIDDEN", a);
this.cheatsButton.doStateTransition("HIDDEN", timingBoolean);
},
});
sc.PauseScreenGui.inject({
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Cheats",
"postload": "cheats.js",
"version": "1.2.2",
"version": "1.2.3",
"homepage": "https://github.com/ZeikJT/CrossCodeCheats",
"description": "This mod adds cheats to CrossCode.",
"ccmodDependencies": {
Expand Down

0 comments on commit 474ce0c

Please sign in to comment.