mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-27 16:54:52 +01:00
General cleanup of existing error messages
This commit is contained in:
@@ -39,7 +39,7 @@ GameActions::Result ScenarioSetSettingAction::Query() const
|
||||
{
|
||||
if (_setting >= ScenarioSetSetting::Count)
|
||||
{
|
||||
LOG_ERROR("Invalid setting: %u", _setting);
|
||||
LOG_ERROR("Invalid scenario setting: %u", _setting);
|
||||
return GameActions::Result(
|
||||
GameActions::Status::InvalidParameters, STR_ERR_INVALID_PARAMETER, STR_ERR_VALUE_OUT_OF_RANGE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user