mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-24 01:30:38 +01:00
Removed a few global variables
- Removed global variables in : mods/awards/init.lua mods/WorldEdit/worldedit_infinity/init.lua mods/WorldEdit/worldedit_commands/init.lua mods/WorldEdit/worldedit_commands/init.lua
This commit is contained in:
parent
0048532fac
commit
1d37f3ac6c
@ -819,6 +819,8 @@ minetest.register_chatcommand("/hide", {
|
||||
end),
|
||||
})
|
||||
|
||||
local check_set -- Actual garbage for an unknown global variable
|
||||
|
||||
minetest.register_chatcommand("/suppress", {
|
||||
params = "<node>",
|
||||
description = "Suppress all <node> in the current WorldEdit region non-destructively",
|
||||
|
Loading…
Reference in New Issue
Block a user