Disable Christmas double xp bonus

This commit is contained in:
Alexander Meech 2018-01-02 04:47:43 -05:00
parent f69fda3174
commit 0c883fab3d
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 = 2;
public double XpMult = 1;
public boolean SpeedMeasurement = false;