mirror of
https://github.com/pandorabox-io/locator.git
synced 2026-05-04 07:46:51 -06:00
cleanup stub
This commit is contained in:
+10
@@ -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)
|
||||
Reference in New Issue
Block a user