Skip to content

Commit

Permalink
my bosses say im silly for missing this
Browse files Browse the repository at this point in the history
  • Loading branch information
jithatsonei authored Mar 25, 2024
1 parent 3f772a7 commit 308fd49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WeaponsGiver.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 308fd49

Please sign in to comment.