Common: missed semicolon

This commit is contained in:
Lion Kortlepel
2021-08-02 14:06:00 +02:00
parent 1e2f060107
commit 1444d91e7e
3 changed files with 2 additions and 3 deletions

View File

@@ -62,7 +62,6 @@ void TNetwork::UDPServerMain() {
//return;
}
info(("Vehicle data network online on port ") + std::to_string(Application::Settings.Port) + (" with a Max of ")
+ std::to_string(Application::Settings.MaxPlayers) + (" Clients"));
while (!mShutdown) {