This commit is contained in:
aozhiwei 2023-10-25 12:07:01 +08:00
parent e53e4b3d8e
commit be3bc185fc

View File

@ -123,7 +123,7 @@ namespace mt
0.0f, 0.0f,
a8::XValue(strings[1]).GetDouble()); a8::XValue(strings[1]).GetDouble());
} }
if (!IsPveMap() && player() < 10) { if (!IsPveMap() && !is_moba() && player() < 10) {
A8_ABORT(); A8_ABORT();
} }
collider_info = MapCollider::GetByName(map_collider()); collider_info = MapCollider::GetByName(map_collider());