Tournaments: Support user cap

This commit is contained in:
Guangcong Luo
2014-09-18 22:15:29 -05:00
parent c4b8caba59
commit d0f29abeab

View File

@@ -485,6 +485,10 @@
appendError("You must have a name in order to join the tournament.");
break;
case 'Full':
appendError("The tournament is already at maximum capacity for users.");
break;
default:
appendError("Unknown error: " + data[0]);
break;