mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01:00
Prevent map_is_location_owned from overwriting the global error message
This commit is contained in:
@@ -786,8 +786,6 @@ bool map_is_location_owned(const CoordsXYZ& loc)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
gGameCommandErrorText = STR_LAND_NOT_OWNED_BY_PARK;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user