mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2026-01-01 05:01:40 +09:00
Still tring to fix commands tab
This commit is contained in:
@@ -46,7 +46,7 @@ end):add_tab('commands',{'readme.tab3-name'},{'readme.tab3-tooltip'},function(fr
|
|||||||
}
|
}
|
||||||
table.draw_vertical_lines = true
|
table.draw_vertical_lines = true
|
||||||
table.draw_horizontal_line_after_headers = 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{
|
table.add{
|
||||||
type='label',
|
type='label',
|
||||||
caption='/'..comand.name
|
caption='/'..comand.name
|
||||||
|
|||||||
Reference in New Issue
Block a user