Skip to content

Commit

Permalink
possible stat command fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JShep89 committed Sep 5, 2019
1 parent 590a8c7 commit 360b0dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ module.exports = function(data)

if (data.message.channel.type === "text" && data.cmd.server)
{
const serverLang = langCheck(data.cmd.server[0].lang).valid[0];
const serverLang = langCheck(data.cmd.server[0].serverLang).valid[0];

const activeServerTasks =
data.cmd.server[0].activeTasks - data.cmd.server[0].activeUserTasks;
Expand Down

0 comments on commit 360b0dc

Please sign in to comment.