OP4CTFRules: unset 'icon2' infokey on PlayerConnect

This commit is contained in:
Marco Cawthorne 2023-06-28 08:55:48 -07:00
parent d4e6604d7a
commit 5bb2984df5
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ OP4CTFRules::PlayerConnect(NSClientPlayer pp)
forceinfokey(pp, "*deaths", "0");
forceinfokey(pp, "*score", "0");
forceinfokey(pp, "*icon1", "");
forceinfokey(pp, "*icon2", "");
}
void