1
This commit is contained in:
parent
869698801f
commit
c9903340a3
@ -1128,6 +1128,9 @@ class BattleController extends BaseAuthedController {
|
||||
if (!$mapModeMeta['is_open']) {
|
||||
return false;
|
||||
}
|
||||
if ($mapModeMeta['map_mode'] == 501) {
|
||||
return false;
|
||||
}
|
||||
$roomUuid = $customData['room_uuid'];
|
||||
if ($r->get(DEC_BATTLE_TICKET . $roomUuid)) {
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user