Skip to content

Commit

Permalink
oopsie doops
Browse files Browse the repository at this point in the history
  • Loading branch information
Taureon committed Sep 23, 2023
1 parent fb73623 commit cec72c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/modules/definitions/groups/dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ exports.switcheroo = {
store.switcheroo_i++;
store.switcheroo_i %= 6;
body.define(Class.basic.UPGRADES_TIER_1[store.switcheroo_i]);
setTimeout(body.define, 6000, "switcheroo");
setTimeout(() => body.define("switcheroo"), 6000);
}
}
}]
Expand Down

0 comments on commit cec72c8

Please sign in to comment.