| 87 | #endif |
| 88 | |
| 89 | void WaitWhileServerOnline(NetworkServer* srv) |
| 90 | { |
| 91 | while (srv->GetOnline()) |
| 92 | { |
| 93 | std::this_thread::sleep_for(1s); |
| 94 | }; |
| 95 | } |
| 96 | |
| 97 | /******************************************************************************************\ |
| 98 | * * |