Fix conflict with chat commands

This commit is contained in:
rubenwardy 2018-02-03 03:37:21 +00:00 committed by sofar
parent 9422add415
commit 99100857af
2 changed files with 36 additions and 1 deletions

View file

@ -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"
}