removed leagcy clientmods

This commit is contained in:
Elias Fleckenstein 2020-07-26 14:43:02 +02:00
parent 9194165cf1
commit 678559bb63

View File

@ -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)