aboutsummaryrefslogtreecommitdiff
path: root/builtin
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
parent5a8610c2f41e44c827912246b4f9437051d11621 (diff)
downloaddragonfireclient-064c25caa14f2e7564992c21f27de753985062e1.tar.xz
Added EntitySpeed
Diffstat (limited to 'builtin')
-rw-r--r--builtin/client/util.lua2
-rw-r--r--builtin/settingtypes.txt3
2 files changed, 0 insertions, 5 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
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt
index db0b1aa24..9c4c57f56 100644
--- a/builtin/settingtypes.txt
+++ b/builtin/settingtypes.txt
@@ -2251,9 +2251,6 @@ hud_flags_bypass (HUDBypass) bool true
antiknockback (AntiKnockback) bool false
-# Set to true if AntiCheat is enabled on server
-anticheat_protection (AnticheatProtection) bool true
-
autorespawn (AutoRespawn) bool false
show_cheat_hud (CheatHUD) bool true