This commit is contained in:
Gunter Labes 2007-11-16 07:02:24 +00:00
parent b5e7413a46
commit 90e0b87850

View file

@ -594,7 +594,7 @@ network::connection game::ban_user(const config& ban) {
return user->first;
}
// Don't return the user if he wasn't in this game.
return 0
return 0;
}
bool game::process_commands(const config& cfg) {