diff options
-rw-r--r-- | clientmods/worldeater/init.lua | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/clientmods/worldeater/init.lua b/clientmods/worldeater/init.lua deleted file mode 100644 index a10af5f65..000000000 --- a/clientmods/worldeater/init.lua +++ /dev/null @@ -1,7 +0,0 @@ -local x, y, z = 0, 0, 0 - -function loop() - local nx, ny, nz = x + 100, y + 100, z + 100 -end - -minetest.register_on_connect(loop) |