1
0
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:
Hielke Morsink
2022-05-09 14:34:48 +02:00
committed by GitHub
parent 433cfef5c7
commit dcec3fb63f

View File

@@ -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);