- Small fixes 🍕
This commit is contained in:
Dawid Bepierszcz
2024-03-05 12:27:19 +01:00
parent 5f83645867
commit 44177f18fe
10 changed files with 43 additions and 35 deletions

View File

@@ -183,7 +183,6 @@ namespace WeaponPaints
});
}
}
}, TimerFlags.STOP_ON_MAPCHANGE);
}
@@ -297,8 +296,10 @@ namespace WeaponPaints
}
}
public void GivePlayerAgent(CCSPlayerController player)
public static void GivePlayerAgent(CCSPlayerController player)
{
if (!g_playersAgent.ContainsKey(player.Slot)) return;
try
{
Server.NextFrame(() =>