diff --git a/mods/no_sneak_glitch/depends.txt b/mods/no_sneak_glitch/depends.txt deleted file mode 100644 index e69de29..0000000 diff --git a/mods/no_sneak_glitch/description.txt b/mods/no_sneak_glitch/description.txt deleted file mode 100644 index cdefa4e..0000000 --- a/mods/no_sneak_glitch/description.txt +++ /dev/null @@ -1 +0,0 @@ -This mod disables the sneak glitch for all players. diff --git a/mods/no_sneak_glitch/init.lua b/mods/no_sneak_glitch/init.lua deleted file mode 100644 index ae00c79..0000000 --- a/mods/no_sneak_glitch/init.lua +++ /dev/null @@ -1,3 +0,0 @@ -minetest.register_on_joinplayer(function(player) - player:set_physics_override({sneak_glitch=false}) -end)