mirror of
https://github.com/AiTechEye/portalgun.git
synced 2024-11-21 23:13:49 +01:00
Update init.lua
This commit is contained in:
parent
4310bfed5b
commit
034489359d
4
init.lua
4
init.lua
@ -1,5 +1,5 @@
|
||||
disable_portal_stuff=false
|
||||
proportal_group_only = true
|
||||
proportal_group_only = false
|
||||
|
||||
|
||||
portalgun={new=0,checkpoints={}}
|
||||
@ -710,4 +710,4 @@ portalgun_pointat=function(ob)
|
||||
local z =math.sin(yaw) * -0.1
|
||||
local x =math.cos(yaw) * 0.1
|
||||
return {x=pos.x+x,y=pos.y,z=pos.z+z}
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user