Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TargetID: Make ttt_idenfity_body_woconfirm replicated; move and clean up additional ConVars surrounding corpses/ragdolls #1692

Merged
merged 7 commits into from
Dec 9, 2024
Prev Previous commit
Next Next commit
Make stylua happy again
  • Loading branch information
Wryyyong committed Dec 6, 2024
commit eacce911e26000fdc4df4a12b3e7b51a88614f43
3 changes: 2 additions & 1 deletion gamemodes/terrortown/gamemode/server/sv_corpse.lua
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ CORPSE.cv.confirm_killlist = CreateConVar(

---
-- @realm server
CORPSE.cv.ragdoll_collide = CreateConVar("ttt_ragdoll_collide", "0", { FCVAR_NOTIFY, FCVAR_ARCHIVE })
CORPSE.cv.ragdoll_collide =
CreateConVar("ttt_ragdoll_collide", "0", { FCVAR_NOTIFY, FCVAR_ARCHIVE })

-- networked data abstraction layer
local dti = CORPSE.dti
Expand Down
Loading