style: fix whitespace

This commit is contained in:
Nils Bergmann 2021-12-09 18:49:46 +01:00
parent ef7dd0f069
commit 11ade05510

View File

@ -159,9 +159,9 @@ int main(int argc, char** argv) {
auto master_server_ip = config.GetValue("master_ip");
if (master_server_ip == "") {
master_server_ip = Game::server->GetIP();
}
if (master_server_ip == "") {
master_server_ip = Game::server->GetIP();
}
//If we found a server, update it's IP and port to the current one.
if (result->next()) {