Fixed Sytax error in readme

This commit is contained in:
Cooldude2606
2018-06-02 23:37:26 +01:00
parent 00da61eed6
commit 80a607e317

View File

@@ -68,7 +68,7 @@ end):add_tab('links',{'readme.links-name'},{'readme.links-tooltip'},function(fra
'https://discord.explosivegaming.nl',
'https://explosivegaming.nl',
'http://steamcommunity.com/groups/tntexplosivegaming',
'https://www.patreon.com/badgamernl'
'https://www.patreon.com/badgamernl',
'https://wiki.explosivegaming.nl/'
}
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.selectable = true
end
for i = 1,4 do
for i,link in pairs(links) do
frame.add{
type="label",
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{
type='text-box',
text=links[i]
text=link
})
end
end):add_tab('servers',{'readme.servers-name'},{'readme.servers-tooltip'},function(frame)