Skip to content

Commit

Permalink
Update mod.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jwklong authored Aug 31, 2022
1 parent d7ef448 commit 881ebe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/mod.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const mod = {
secondaryName: "Engine",
version: "1.0.0",
engineVer: "1.0.0", //DO NOT MODIFY
debugMode: true,
debugMode: false,
Infinities: [new Decimal(2).pow(1024), new Decimal("1.8e30008"), new Decimal("1.8e300000008"), new Decimal("ee38")],
themes: [
["Dark", "css/themes/dark.css"],
Expand Down

0 comments on commit 881ebe4

Please sign in to comment.