mirror of
https://github.com/kythre/Buildmode-ULX.git
synced 2025-03-04 03:03:04 -05:00
fix wac physgun issue
This commit is contained in:
parent
2138d99fc6
commit
c4af1953c0
@ -6,6 +6,6 @@
|
||||
[
|
||||
"*.txt",
|
||||
"*.md",
|
||||
".git"
|
||||
"*.yml"
|
||||
]
|
||||
}
|
||||
|
@ -175,6 +175,8 @@ local function _kyle_Prop_TryUnNoclip(z)
|
||||
end
|
||||
|
||||
local function _kyle_Prop_Noclip_Sub(z)
|
||||
if not IsEntity(z) then return end
|
||||
|
||||
--Exit if we are already un noclipd
|
||||
if z:GetNWBool("_kyle_noclip") then return end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user