9ef8b8520f
Nobody was using the snooper; not worth the bother to host it. Instead, consolidate player statistics tracking for the achievement system. We can still use it for statistics collection, but users would probably have to post world dumps for that.
11 lines
347 B
Lua
11 lines
347 B
Lua
-- LUALOCALS < ---------------------------------------------------------
|
|
local dofile, minetest
|
|
= dofile, minetest
|
|
-- LUALOCALS > ---------------------------------------------------------
|
|
|
|
local modname = minetest.get_current_modname()
|
|
local path = minetest.get_modpath(modname)
|
|
|
|
dofile(path .. "/player.lua")
|
|
dofile(path .. "/hotpotato.lua")
|