KnossosNET / Knossos.NET

Repository for the Knossos.NET launcher, currently in development.
GNU General Public License v3.0
25 stars 10 forks source link

Change mod pkg checknotes to object #61

Closed Shivansps closed 9 months ago

Shivansps commented 9 months ago

We are not using this value currently, but it seems that old knossos can write both "" and [] as default values to it and [] is not valid for a string type, so it is changed to a generic object so the json deserializer can handle it.