mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-27 14:41:44 +00:00
minor changes to server
This commit is contained in:
parent
d3c0258b0e
commit
f83951b7ea
@ -200,6 +200,11 @@ int main()
|
||||
e.disconnect();
|
||||
}
|
||||
}
|
||||
|
||||
continue;
|
||||
} catch(config::error& e) {
|
||||
std::cerr << "error in received data: " << e.message << "\n";
|
||||
continue;
|
||||
}
|
||||
|
||||
SDL_Delay(20);
|
||||
|
Loading…
x
Reference in New Issue
Block a user