mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2026-04-03 16:56:01 +00:00
Common: missed semicolon
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user