1
0
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:
ζeh Matt
2021-10-28 21:15:24 +03:00
parent 86f91585d2
commit 3016701a98

View File

@@ -786,8 +786,6 @@ bool map_is_location_owned(const CoordsXYZ& loc)
}
}
}
gGameCommandErrorText = STR_LAND_NOT_OWNED_BY_PARK;
return false;
}