typo fix
This commit is contained in:
parent
b5e7413a46
commit
90e0b87850
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue