OP4CTFRules: unset 'icon2' infokey on PlayerConnect
This commit is contained in:
parent
d4e6604d7a
commit
5bb2984df5
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ OP4CTFRules::PlayerConnect(NSClientPlayer pp)
|
|||
forceinfokey(pp, "*deaths", "0");
|
||||
forceinfokey(pp, "*score", "0");
|
||||
forceinfokey(pp, "*icon1", "");
|
||||
forceinfokey(pp, "*icon2", "");
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue