This commit is contained in:
relaxtakenotes 2025-02-24 22:21:47 +05:00
parent 27ba7c3d49
commit b09ea3e55f
2 changed files with 2 additions and 3 deletions

View file

@ -481,8 +481,7 @@ if SERVER then
local selected = net.ReadTable()
for _, v in pairs(selected) do
if v.hr then v.hr = false end
if not v.hr then v.hr = true end
v.hr = not v.hr
CustomPropMat(v)
end

View file

@ -1 +1 @@
1.0.41
1.0.42