diff --git a/WeaponsGiver.cs b/WeaponsGiver.cs index 230a46a..3c29b6c 100644 --- a/WeaponsGiver.cs +++ b/WeaponsGiver.cs @@ -49,7 +49,7 @@ private HookResult Event_RoundPrestart(EventRoundPrestart @event, GameEventInfo private HookResult Event_PlayerSpawn(EventPlayerSpawn @event, GameEventInfo info) { - BasePlugin.AddTimer(1, giveWeapons()) + BasePlugin.AddTimer(1, giveWeapons()); return HookResult.Continue; }