Fix BL2 being above UU in the teambuilder

This commit is contained in:
The Immortal
2014-04-29 06:55:38 -07:00
parent 897e77e439
commit 21b85322a8

View File

@@ -1056,7 +1056,7 @@
if (this.curTeam) {
if (this.curTeam.format === 'ou') return ['OU','BL','UU','BL2','Limbo B','Limbo C','Limbo','NFE','LC Uber','LC'];
if (this.curTeam.format === 'cap') return ['CAP','OU','BL','UU','BL2','Limbo B','Limbo C','Limbo','NFE','LC Uber','LC'];
if (this.curTeam.format === 'uu') return ['BL2','UU','Limbo B','Limbo C','Limbo','NFE','LC Uber','LC'];
if (this.curTeam.format === 'uu') return ['UU','BL2','Limbo B','Limbo C','Limbo','NFE','LC Uber','LC'];
if (this.curTeam.format === 'ru') return ['Limbo B','Limbo C','Limbo','NFE','LC Uber','LC'];
if (this.curTeam.format === 'lc') return ['LC','NFE','Limbo'];
}