mirror of
https://github.com/appgurueu/modlib.git
synced 2024-11-22 07:13:45 +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 = {}
|
||||
setfenv(1, _ENV)
|
||||
|
||||
--! deprecated
|
||||
|
||||
forbidden_names = {}
|
||||
|
||||
function register_forbidden_name(name) forbidden_names[name] = true end
|
||||
|
Loading…
Reference in New Issue
Block a user