Update init.lua

This commit is contained in:
AiTechEye 2020-06-19 12:39:36 +02:00 committed by GitHub
parent 4310bfed5b
commit 034489359d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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