@@ -144,14 +144,6 @@ namespace ET.Server
if (prop != null)
{
map = player.DomainScene().GetComponent<GameMapComponent>().Get(playerMapInfo.mapInstanceId);
- if (map == null)
- {
- Map[] list = player.DomainScene().GetComponent<GameMapComponent>().GetAll();
- if (list is { Length: > 0 })
- map = list[0];
- }
}
if (map == null)