Revert "Enable 2x XP"

This reverts commit 7994ed082e.
This commit is contained in:
cnr 2017-04-30 21:09:11 -07:00
parent 6ae6f7b627
commit 63fae06831

View File

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