fixup! Add a service to announce multiplayer rooms to web service; Add the abiltiy to receive a list of all announced rooms from web service

This commit is contained in:
B3n30 2017-11-02 20:24:32 +01:00
parent 0432fc17eb
commit 1485093fd9

View File

@ -104,7 +104,6 @@ void AnnounceMultiplayerSession::AnnounceMultiplayerLoop() {
for (auto callback : error_callbacks) {
(*callback)(result);
}
announce = false;
}
}
std::this_thread::sleep_for(announce_time_interval);