diff options
Diffstat (limited to 'builtin/client/util.lua')
-rw-r--r-- | builtin/client/util.lua | 2 |
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 |