Skip to content

Commit

Permalink
Removed EXP Module in favor of xpTrack
Browse files Browse the repository at this point in the history
  • Loading branch information
DerpleMQ2 committed Mar 29, 2024
1 parent 9f96785 commit 01ab8e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion extras/version.lua
Original file line number Diff line number Diff line change
@@ -1 +1 @@
return { commitId = '8f71873 2024-03-27' }
return { commitId = '9f96785 2024-03-29' }
4 changes: 2 additions & 2 deletions utils/rgmercs_modules.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function Module.load()
Pull = require("modules.pull").New(),
Drag = require("modules.drag").New(),
Mez = require("modules.mez").New(),
Exp = require("modules.experience").New(),
--Exp = require("modules.experience").New(),
Perf = require("modules.performance").New(),
Contributors = require("modules.contributors").New(),
},
Expand All @@ -22,7 +22,7 @@ function Module.load()
"Drag",
"Mez",
"Travel",
"Exp",
--"Exp",
"Perf",
"Contributors",
},
Expand Down

0 comments on commit 01ab8e2

Please sign in to comment.