aboutsummaryrefslogtreecommitdiff
path: root/builtin/client/util.lua
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2020-07-20 16:43:11 +0200
committerElias Fleckenstein <eliasfleckenstein@web.de>2020-07-20 16:43:11 +0200
commit064c25caa14f2e7564992c21f27de753985062e1 (patch)
tree7274eb58aefe32523da264c2c7f568dde944226b /builtin/client/util.lua
parent5a8610c2f41e44c827912246b4f9437051d11621 (diff)
downloaddragonfireclient-064c25caa14f2e7564992c21f27de753985062e1.tar.xz
Added EntitySpeed
Diffstat (limited to 'builtin/client/util.lua')
-rw-r--r--builtin/client/util.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/builtin/client/util.lua b/builtin/client/util.lua
index 8bcac23b5..895609288 100644
--- a/builtin/client/util.lua
+++ b/builtin/client/util.lua
@@ -20,5 +20,3 @@ function core.parse_relative_pos(param)
if success then pos = vector.round(vector.add(core.localplayer:get_pos(), pos)) end
return success, pos
end
-
-core.anticheat_protection = minetest.settings:get_bool("anticheat_protection") ~= false