Made command_list a table
This commit is contained in:
		| @@ -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 | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user