17.707
Bearbeitungen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 143: | Zeile 143: | ||
fbdata.pargs = {} | fbdata.pargs = {} | ||
for a, v in pairs(val) do | for a, v in pairs(val) do | ||
if type( | if type(v) == "table" then | ||
v = table.concat(v, ";") | v = table.concat(v, ";") | ||
else | else | ||