CSMultiplayerRules: de-init players properly when they disconnect
This commit is contained in:
parent
08270f346f
commit
8177fc0bef
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ CSMultiplayerRules::PlayerDisconnect(NSClientPlayer pl)
|
|||
{
|
||||
if (health > 0)
|
||||
PlayerDeath(pl);
|
||||
|
||||
super::PlayerDisconnect(pl);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue