mirror of
https://github.com/minetest-mods/areas.git
synced 2025-07-15 06:10:24 +02: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