mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-14 12:18:22 +00:00
style: fix whitespace
This commit is contained in:
parent
ef7dd0f069
commit
11ade05510
@ -159,9 +159,9 @@ int main(int argc, char** argv) {
|
|||||||
|
|
||||||
auto master_server_ip = config.GetValue("master_ip");
|
auto master_server_ip = config.GetValue("master_ip");
|
||||||
|
|
||||||
if (master_server_ip == "") {
|
if (master_server_ip == "") {
|
||||||
master_server_ip = Game::server->GetIP();
|
master_server_ip = Game::server->GetIP();
|
||||||
}
|
}
|
||||||
|
|
||||||
//If we found a server, update it's IP and port to the current one.
|
//If we found a server, update it's IP and port to the current one.
|
||||||
if (result->next()) {
|
if (result->next()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user