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()
|
local selected = net.ReadTable()
|
||||||
|
|
||||||
for _, v in pairs(selected) do
|
for _, v in pairs(selected) do
|
||||||
if v.hr then v.hr = false end
|
v.hr = not v.hr
|
||||||
if not v.hr then v.hr = true end
|
|
||||||
|
|
||||||
CustomPropMat(v)
|
CustomPropMat(v)
|
||||||
end
|
end
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
1.0.41
|
1.0.42
|
Loading…
Reference in a new issue