Skip to content

Commit

Permalink
Make stylua happy again
Browse files Browse the repository at this point in the history
  • Loading branch information
Wryyyong committed Dec 6, 2024
1 parent 7a0d1b2 commit eacce91
Showing 1 changed file with 2 additions and 1 deletion.
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

0 comments on commit eacce91

Please sign in to comment.