Revert "Enable 2x XP for the weekend"

This reverts commit b6d6fbf358.
This commit is contained in:
cnr 2017-10-04 20:47:12 -06:00
parent c5e4f8bd38
commit be3e150056

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 = 2;
public double XpMult = 1;
public boolean SpeedMeasurement = false;