mirror of
https://github.com/minetest-mods/areas.git
synced 2025-10-27 19:25:20 +01:00
remove legacy global variables (remnants of the node_ownership mod)
This commit is contained in:
@@ -16,12 +16,7 @@ read_globals = {
|
||||
globals = {
|
||||
"minetest",
|
||||
-- mod namespace
|
||||
"areas",
|
||||
-- legacy
|
||||
"IsPlayerNodeOwner",
|
||||
"GetNodeOwnerName",
|
||||
"HasOwner",
|
||||
"owner_defs"
|
||||
"areas"
|
||||
}
|
||||
|
||||
files["legacy.lua"] = {
|
||||
|
||||
Reference in New Issue
Block a user