mirror of
https://github.com/JonnyBro/beatrun.git
synced 2025-03-03 18:39:38 +05:00
lol
This commit is contained in:
parent
27ba7c3d49
commit
b09ea3e55f
2 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
1.0.41
|
||||
1.0.42
|
Loading…
Reference in a new issue