aboutsummaryrefslogtreecommitdiff
path: root/builtin/client/util.lua
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2020-12-01 10:59:02 +0100
committerElias Fleckenstein <eliasfleckenstein@web.de>2020-12-01 10:59:02 +0100
commit3df23e23cd1ace3449660077665f5ebe3e13fdc2 (patch)
tree11035c36fb7129eca337a715b9908558eb25e1ce /builtin/client/util.lua
parent8b3eaf5b05379f995bf8d55532c107b190848a69 (diff)
downloaddragonfireclient-3df23e23cd1ace3449660077665f5ebe3e13fdc2.tar.xz
Small AutoTool Fix
Diffstat (limited to 'builtin/client/util.lua')
-rw-r--r--builtin/client/util.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/client/util.lua b/builtin/client/util.lua
index 42e383c5c..30f983af3 100644
--- a/builtin/client/util.lua
+++ b/builtin/client/util.lua
@@ -41,7 +41,7 @@ end
function core.get_pointed_thing()
local pos = core.camera:get_pos()
- local pos2 = vector.add(pos, vector.multiply(core.camera:get_look_dir(), 5))
+ local pos2 = vector.add(pos, vector.multiply(core.camera:get_look_dir(), 7))
local player = core.localplayer
if not player then return end
local item = player:get_wielded_item()