- Enable ELO

This commit is contained in:
AlexTheCoder 2016-04-22 05:44:56 -04:00
parent 70541fd6f2
commit 2a4c3209b4
1 changed files with 2 additions and 1 deletions

View File

@ -162,6 +162,7 @@ public class MinecraftLeague extends TeamGame
C.cWhite + "Last team with Towers alive wins",
});
this.EloRanking = true;
this.DeathOut = true;
this.DamageSelf = false;
this.DeathSpectateSecs = 10;