mirror of
https://github.com/minetest-mods/filter.git
synced 2025-09-22 02:26:46 -04:00
Fix conflict with chat commands
This commit is contained in:
parent
9422add415
commit
99100857af
2 changed files with 36 additions and 1 deletions
|
@ -3,7 +3,7 @@ allow_defined_top = true
|
|||
|
||||
read_globals = {
|
||||
"DIR_DELIM",
|
||||
"minetest", "core",
|
||||
"core",
|
||||
"dump",
|
||||
"vector", "nodeupdate",
|
||||
"VoxelManip", "VoxelArea",
|
||||
|
@ -14,3 +14,7 @@ read_globals = {
|
|||
"email",
|
||||
table = { fields = { "copy", "getn" } }
|
||||
}
|
||||
|
||||
globals = {
|
||||
"minetest"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue