mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-03 14:41:19 +00:00
[wesnoth_addon_manager] Upload everything in the _server.pbl
There was no reason to filter the list of attributes, anything found in the _server.pbl is now also passed on to the addon server.
This commit is contained in:
parent
e6a15a68aa
commit
10df18d7cf
@ -328,9 +328,8 @@ dependencies="%s"
|
||||
"*.project"]
|
||||
|
||||
stuff = {}
|
||||
for field in ["title", "author", "passphrase", "description",
|
||||
"version", "icon", "type", "email", "translate"]:
|
||||
stuff[field] = pbl.get_text_val(field)
|
||||
for field in pbl.children():
|
||||
stuff[field.name] = pbl.get_text_val(field.name)
|
||||
|
||||
mythread = cs.put_campaign_async(name, cfgfile, wmldir, ign, stuff)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user