mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-27 16:54:52 +01:00
Use "X not found for Y" message style
This commit is contained in:
@@ -50,7 +50,7 @@ GameActions::Result SignSetStyleAction::Query() const
|
||||
auto banner = GetBanner(_bannerIndex);
|
||||
if (banner == nullptr)
|
||||
{
|
||||
LOG_ERROR("Invalid banner id %u", _bannerIndex);
|
||||
LOG_ERROR("Banner not found for bannerIndex %u", _bannerIndex);
|
||||
return GameActions::Result(GameActions::Status::InvalidParameters, STR_CANT_REPAINT_THIS, STR_NONE);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user