Enable 2x XP for the weekend

This commit is contained in:
cnr 2017-09-29 17:02:09 -05:00
parent 1b0f2538e0
commit b6d6fbf358
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ public abstract class Game extends ListenerComponent implements Lifetimed
public boolean PrepareAutoAnnounce = true;
public boolean PlaySoundGameStart = true;
public double XpMult = 1;
public double XpMult = 2;
public boolean SpeedMeasurement = false;