You've already forked OpenRCT2-Unity
mirror of
https://github.com/izzy2lost/OpenRCT2-Unity.git
synced 2026-03-10 12:38:22 -07: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