This commit is contained in:
Dawid Bepierszcz
2024-02-03 17:24:26 +01:00
parent 4eab8f0a87
commit baaa47d837

View File

@@ -22,7 +22,6 @@ namespace WeaponPaints
if (!gPlayerWeaponsInfo.ContainsKey((int)player.Index))
{
Console.WriteLine($"[WeaponPaints] Retrying to retrieve player {player.PlayerName} skins");
Task.Run(async () =>
{
if (Config.Additional.SkinEnabled)