Merge branch 'hjb' into james
This commit is contained in:
commit
6cbe845838
@ -650,7 +650,7 @@ class BattleDataService extends BaseService {
|
|||||||
if (!(
|
if (!(
|
||||||
$instanceId == mt\PveGemini::FIRST_INSTANCE_ID ||
|
$instanceId == mt\PveGemini::FIRST_INSTANCE_ID ||
|
||||||
$userInfo['pve_instance_id'] == $instanceId ||
|
$userInfo['pve_instance_id'] == $instanceId ||
|
||||||
$userInfo['pve_instance_id'] == $instanceId + 1)
|
$userInfo['pve_instance_id'] + 1 == $instanceId)
|
||||||
) {
|
) {
|
||||||
$this->pveGeminiMeta = null;
|
$this->pveGeminiMeta = null;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user