Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gamemodes/terrortown/gamemode/server/sv_player.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1669,8 +1669,8 @@ function GM:TTT2CanTakeCredits(ply, rag, isLongRange) end

---
-- Use this hook to prevent or override the transfer of credits from a corpse to a player.
-- @param Entity rag The ragdoll that is inspected
-- @param Player ply The @{Player} attempting to find credits from ragdoll
-- @param Entity rag The ragdoll that is inspected
-- @return nil|boolean Return false to prevent normal transfer
-- @hook
-- @realm server
Expand Down