mirror of
https://github.com/appgurueu/modlib.git
synced 2024-11-22 15:23:48 +01:00
Deprecate modlib.player module
This commit is contained in:
parent
9664be450e
commit
139d003742
@ -5,6 +5,8 @@ local ipairs, minetest, modlib, table = ipairs, minetest, modlib, table
|
|||||||
local _ENV = {}
|
local _ENV = {}
|
||||||
setfenv(1, _ENV)
|
setfenv(1, _ENV)
|
||||||
|
|
||||||
|
--! deprecated
|
||||||
|
|
||||||
forbidden_names = {}
|
forbidden_names = {}
|
||||||
|
|
||||||
function register_forbidden_name(name) forbidden_names[name] = true end
|
function register_forbidden_name(name) forbidden_names[name] = true end
|
||||||
|
Loading…
Reference in New Issue
Block a user