ekolis / AutoPBW

AutoPBW is a desktop client for PBW used to upload and download game files for Space Empires and other turn-based strategy games supported by the website.
http://edkolis.com/autopbw
4 stars 2 forks source link

Remove spaces from lists of files to upload to PBW #25

Open ekolis opened 4 years ago

ekolis commented 4 years ago

I think those are causing all but the first entry to be skipped as AutoPBW looks for literal spaces in filenames. This might be behind the missing combat replays issue...

ekolis commented 4 years ago

Just to be clear, this change should be made in the default config file.

ekolis commented 4 years ago

Alternately, we can string.Trim() the spaces off of the file lists; that way users wouldn't have to do it manually if they already have a config file!