Skip to content

Commit

Permalink
Change expTimer default time.
Browse files Browse the repository at this point in the history
  • Loading branch information
AllianceSky-PS authored Oct 31, 2018
1 parent 23c01a7 commit 2d7b012
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/config-example.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,12 @@ exports.poof = true;
* X amount of timer passed **
* after last message before *
* user can earn exp ********
* default to 60 seconds *****
* default to 30 seconds *****
*****************************/
exports.expTimer = 60;
exports.expTimer = 30000;

// add system operators.
exports.special = ['princesky', 'ahelpfulrayquaza'];
exports.special = ['princesky'];

/**
* crash guard - write errors to log file instead of crashing
Expand Down

0 comments on commit 2d7b012

Please sign in to comment.