Skip to content

Commit

Permalink
Fix RU not showing RU mons
Browse files Browse the repository at this point in the history
  • Loading branch information
Slayer95 committed May 5, 2014
1 parent 30e1f8b commit a323d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/client-teambuilder.js
Original file line number Diff line number Diff line change
Expand Up @@ -1057,7 +1057,7 @@
if (this.curTeam.format === 'ou') return ['OU','BL','UU','BL2','RU','Limbo','NFE','LC Uber','LC'];
if (this.curTeam.format === 'cap') return ['CAP','OU','BL','UU','BL2','RU','Limbo','NFE','LC Uber','LC'];
if (this.curTeam.format === 'uu') return ['UU','BL2','RU','Limbo','NFE','LC Uber','LC'];
if (this.curTeam.format === 'ru') return ['Limbo','NFE','LC Uber','LC'];
if (this.curTeam.format === 'ru') return ['RU', 'Limbo','NFE','LC Uber','LC'];
if (this.curTeam.format === 'lc') return ['LC'];
}
return ['OU','Uber','BL','UU','BL2','RU','Limbo','NFE','LC Uber','LC','Unreleased','CAP'];
Expand Down

0 comments on commit a323d89

Please sign in to comment.