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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user