4 lines
158 B
Lua
4 lines
158 B
Lua
|
local modname = minetest.get_current_modname()
|
||
|
|
||
|
minetest.register_privilege("control_time", "control the speed at which certain blockgame processes happen.")
|