- Enable ELO

This commit is contained in:
AlexTheCoder 2016-04-22 05:44:56 -04:00
parent 70541fd6f2
commit 2a4c3209b4

View File

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