1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-29 07:50:35 +02: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:
LeMagnesium 2015-01-10 22:19:04 +01:00
parent 0048532fac
commit 1d37f3ac6c

View File

@ -819,6 +819,8 @@ minetest.register_chatcommand("/hide", {
end), end),
}) })
local check_set -- Actual garbage for an unknown global variable
minetest.register_chatcommand("/suppress", { minetest.register_chatcommand("/suppress", {
params = "<node>", params = "<node>",
description = "Suppress all <node> in the current WorldEdit region non-destructively", description = "Suppress all <node> in the current WorldEdit region non-destructively",