Disable particles in CTF for real this time

This commit is contained in:
ArcticZeroo 2017-11-02 16:05:28 -04:00 committed by Alexander Meech
parent b6a4cbc289
commit ba07d373ba

View File

@ -73,6 +73,8 @@ public class ChampionsCTF extends CaptureTheFlag
this.DontAllowOverfill = true;
this.DisableKillCommand = false;
AllowParticles = false;
registerStatTrackers(
new KillReasonStatTracker(this, "Backstab", "Assassination", false),