Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

Commit

Permalink
Bash rule as default
Browse files Browse the repository at this point in the history
  • Loading branch information
mys authored Mar 25, 2018
1 parent 53044df commit 75fde64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,14 +134,14 @@
define('SPY_VIEW_FACTOR' , 1);

// Bash Settings
define('BASH_ON' , false);
define('BASH_ON' , true);
define('BASH_COUNT' , 6);
define('BASH_TIME' , 86400);

// Bash rule on wars:
// 0 = NORMAL
// 1 = ON WAR, BASH RULE IS DEACTIVE
define('BASH_WAR' , 0);
define('BASH_WAR' , 1);

// MINIMUM FLEET TIME MUST HIGHER THEN BASH_TIME
define('FLEETLOG_AGE' , 86400);
Expand Down

0 comments on commit 75fde64

Please sign in to comment.