Made command_list a table
This commit is contained in:
parent
f255a057e5
commit
3b31dffe67
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
local chat_table -- MT chat command definitions table
|
local chat_table -- MT chat command definitions table
|
||||||
local regchat -- Chat-command registration function
|
local regchat -- Chat-command registration function
|
||||||
local command_list -- user-facing list of commands
|
local command_list = {} -- user-facing list of commands
|
||||||
|
|
||||||
regchat = minetest.register_chatcommand
|
regchat = minetest.register_chatcommand
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user