mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01:00
Fix error message for WallPlaceAction
This commit is contained in:
@@ -84,7 +84,7 @@ GameActions::Result::Ptr WallPlaceAction::Query() const
|
||||
{
|
||||
if (!map_is_location_in_park(_loc))
|
||||
{
|
||||
return MakeResult(GameActions::Status::NotOwned, STR_CANT_BUILD_THIS_HERE, STR_NONE);
|
||||
return MakeResult(GameActions::Status::NotOwned, STR_CANT_BUILD_THIS_HERE, STR_LAND_NOT_OWNED_BY_PARK);
|
||||
}
|
||||
}
|
||||
else if (!map_is_location_owned(_loc))
|
||||
|
||||
Reference in New Issue
Block a user