diff --git a/Addons/Guis/readme.lua b/Addons/Guis/readme.lua index 85a4372c..8ccd408b 100644 --- a/Addons/Guis/readme.lua +++ b/Addons/Guis/readme.lua @@ -46,7 +46,7 @@ end):add_tab('commands',{'readme.tab3-name'},{'readme.tab3-tooltip'},function(fr } table.draw_vertical_lines = true table.draw_horizontal_line_after_headers = true - for _,command in pairs(Commands.get_commands(frame.player_index)) do + for _,command in pairs(commands.get_commands(frame.player_index)) do table.add{ type='label', caption='/'..comand.name