Made command_list a table

This commit is contained in:
Nathan Schneider 2021-03-15 19:28:05 +00:00
parent f255a057e5
commit 3b31dffe67

View File

@ -4,7 +4,7 @@
local chat_table -- MT chat command definitions table
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