mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-06 06:32:56 +01:00
Remove misplaced 'h' from error message
This commit is contained in:
@@ -252,7 +252,7 @@ private:
|
||||
message = "Invalid response from server";
|
||||
}
|
||||
Console::Error::WriteLine(
|
||||
"Unable to advertise (%d): %s\n * Check that you have port forwarded %uh\n * Try setting "
|
||||
"Unable to advertise (%d): %s\n * Check that you have port forwarded %u\n * Try setting "
|
||||
"advertise_address in config.ini",
|
||||
status, message.c_str(), _port);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user