cleanup stub

This commit is contained in:
NatureFreshMilk
2019-04-01 14:16:51 +02:00
parent 2a0f44a413
commit a516be28d8
2 changed files with 11 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
function do_cleanup()
for _, player in ipairs(minetest.get_connected_players()) do
-- TODO: cleanup
end
minetest.after(10, do_cleanup)
end
minetest.after(10, do_cleanup)
+1
View File
@@ -8,5 +8,6 @@ locator = {
dofile(MP.."/beacon.lua") dofile(MP.."/beacon.lua")
dofile(MP.."/functions.lua") dofile(MP.."/functions.lua")
dofile(MP.."/radar.lua") dofile(MP.."/radar.lua")
dofile(MP.."/cleanup.lua")
print("[OK] Locator") print("[OK] Locator")