improved refreshing skins

This commit is contained in:
daffyyyy
2023-11-29 11:56:07 +01:00
parent 6a7b15e942
commit a5787d95e0
2 changed files with 48 additions and 0 deletions

View File

@@ -248,6 +248,8 @@ namespace WeaponPaints
RemoveKnifeFromPlayer(player);
AddTimer(0.2f, () => GiveKnifeToPlayer(player));
*/
RefreshWeapons(player);
}
if (!string.IsNullOrEmpty(Config.Messages.SuccessRefreshCommand))
{