1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 06:23:04 +01:00

Remove overwriting error message in map_is_location_in_park

This commit is contained in:
ζeh Matt
2021-10-28 21:21:59 +03:00
parent 45c4ed2679
commit 14b6894e77

View File

@@ -803,8 +803,6 @@ bool map_is_location_in_park(const CoordsXY& coords)
if (surfaceElement->GetOwnership() & OWNERSHIP_OWNED)
return true;
}
gGameCommandErrorText = STR_LAND_NOT_OWNED_BY_PARK;
return false;
}