SEModCommunity / SE-Community-Mod-API

Space Engineers Community Modding API
GNU Lesser General Public License v3.0
60 stars 47 forks source link

Editing Administrator list cause error #153

Open LordXaosa opened 9 years ago

LordXaosa commented 9 years ago

Hi. If you will try edit admins list in server config, after adding new item you will get error: "Constructor on type 'System.String' not found" Workaround is using StringCollection instead of List...

ghost commented 9 years ago

Fixed with Pull Request: https://github.com/SEModCommunity/SE-Community-Mod-API/pull/166

fvgoulet commented 9 years ago

@Commander-Scott , @Moustachauve Is this issue fixed?