Fix: add player until 20 for maestro test
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user