mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-31 04:51:40 +09:00
Fixed Sytax error in readme
This commit is contained in:
@@ -68,7 +68,7 @@ end):add_tab('links',{'readme.links-name'},{'readme.links-tooltip'},function(fra
|
|||||||
'https://discord.explosivegaming.nl',
|
'https://discord.explosivegaming.nl',
|
||||||
'https://explosivegaming.nl',
|
'https://explosivegaming.nl',
|
||||||
'http://steamcommunity.com/groups/tntexplosivegaming',
|
'http://steamcommunity.com/groups/tntexplosivegaming',
|
||||||
'https://www.patreon.com/badgamernl'
|
'https://www.patreon.com/badgamernl',
|
||||||
'https://wiki.explosivegaming.nl/'
|
'https://wiki.explosivegaming.nl/'
|
||||||
}
|
}
|
||||||
local function format(text_box)
|
local function format(text_box)
|
||||||
@@ -77,7 +77,7 @@ end):add_tab('links',{'readme.links-name'},{'readme.links-tooltip'},function(fra
|
|||||||
text_box.word_wrap = true
|
text_box.word_wrap = true
|
||||||
text_box.selectable = true
|
text_box.selectable = true
|
||||||
end
|
end
|
||||||
for i = 1,4 do
|
for i,link in pairs(links) do
|
||||||
frame.add{
|
frame.add{
|
||||||
type="label",
|
type="label",
|
||||||
caption={'readme.links-cap'..tostring(i)},
|
caption={'readme.links-cap'..tostring(i)},
|
||||||
@@ -85,7 +85,7 @@ end):add_tab('links',{'readme.links-name'},{'readme.links-tooltip'},function(fra
|
|||||||
}
|
}
|
||||||
format(frame.add{
|
format(frame.add{
|
||||||
type='text-box',
|
type='text-box',
|
||||||
text=links[i]
|
text=link
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
end):add_tab('servers',{'readme.servers-name'},{'readme.servers-tooltip'},function(frame)
|
end):add_tab('servers',{'readme.servers-name'},{'readme.servers-tooltip'},function(frame)
|
||||||
|
|||||||
Reference in New Issue
Block a user