Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
Give knife on spawn
Browse files Browse the repository at this point in the history
  • Loading branch information
MSWS committed Jan 15, 2024
1 parent 03f6c1d commit bd8cf0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Warden/Warden.cs
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,7 @@ public void setup_player_guns(CCSPlayerController? player)
player.GiveNamedItem("item_assaultsuit");
}
}
player.GiveNamedItem("weapon_knife");
}

public void voice(CCSPlayerController? player)
Expand Down

0 comments on commit bd8cf0a

Please sign in to comment.