1
0
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:
Kyle 2018-09-15 08:57:06 -05:00
parent 2138d99fc6
commit c4af1953c0
2 changed files with 3 additions and 1 deletions

View File

@ -6,6 +6,6 @@
[
"*.txt",
"*.md",
".git"
"*.yml"
]
}

View File

@ -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