remove legacy global variables (remnants of the node_ownership mod)

This commit is contained in:
BuckarooBanzay
2020-06-03 22:22:04 +02:00
parent 401951aa24
commit c7d46c7b34
2 changed files with 1 additions and 36 deletions

View File

@ -16,12 +16,7 @@ read_globals = {
globals = {
"minetest",
-- mod namespace
"areas",
-- legacy
"IsPlayerNodeOwner",
"GetNodeOwnerName",
"HasOwner",
"owner_defs"
"areas"
}
files["legacy.lua"] = {