Add: maestro accountType 4(500 players), 5(1,000 players)
This commit is contained in:
@@ -8,7 +8,7 @@ $maestroID = $_POST["maestro_id"];
|
||||
|
||||
|
||||
$playerCount = getPlayerCount($maestroID);
|
||||
if($result === null) {
|
||||
if($playerCount === null || $playerCount === 0) {
|
||||
set_error_message("등록된 학생이 없습니다.");
|
||||
send_result_fail();
|
||||
exit;
|
||||
|
||||
Reference in New Issue
Block a user