Skip to content

Commit

Permalink
my bosses say im silly for missing this
Browse files Browse the repository at this point in the history
jithatsonei authored Mar 25, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
@@ -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;
}

0 comments on commit 308fd49

Please sign in to comment.