Fix: add player until 20 for maestro test

This commit is contained in:
2018-09-04 16:02:13 +09:00
parent e9da9b9bba
commit ae16c020ee
3 changed files with 72 additions and 28 deletions
@@ -2,7 +2,10 @@
function get_max_player_count($accountType) {
switch($accountType) {
case 0:
case 1:
case 100:
case 101:
return 20;
case 2:
return 50;