From 8b4d9dc676aaf754d7ae835e6933a1c05cc7ee7c Mon Sep 17 00:00:00 2001 From: originalaidn <45371311+originalaidn@users.noreply.github.com> Date: Fri, 18 Oct 2024 23:02:18 +0200 Subject: [PATCH] Update Commands.cs --- Commands.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Commands.cs b/Commands.cs index 47c2a8fc..fcf7ebed 100644 --- a/Commands.cs +++ b/Commands.cs @@ -39,7 +39,6 @@ namespace WeaponPaints RefreshWeapons(player); GivePlayerAgent(player); GivePlayerMusicKit(player); - AddTimer(0.1f, () => GivePlayerPin(player)); AddTimer(0.15f, () => GivePlayerPin(player)); }