Removed sytax errors
This commit is contained in:
13
control.lua
13
control.lua
@@ -41,4 +41,15 @@ require('/ExpCore/ranks')
|
||||
-- this loads any edits that are not need in core pcall as file may not be preset
|
||||
pcall(require,'/Addons/playerRanks')
|
||||
-- this makes sure that all the little details are cleaned up
|
||||
Ranking._auto_edit_ranks()
|
||||
Ranking._auto_edit_ranks()
|
||||
|
||||
-- testing the center gui
|
||||
center.add{
|
||||
name='test-center',
|
||||
caption='Gui Center',
|
||||
tooltip='Just a gui test'
|
||||
}:add_tab('tab-1','Tab 1','Just a tab',function(frame)
|
||||
frame.add{type='lable',caption='Test'}
|
||||
end):add_tab('tab-2','Tab 2','Just a tab',function(frame)
|
||||
frame.add{type='lable',caption='Test 2'}
|
||||
end)
|
||||
Reference in New Issue
Block a user