GenieClient / genie3

This Organization of Genie Client is a Community focused development of Conny's Open Source Version of GenieClient
GNU General Public License v3.0
4 stars 2 forks source link

Fixing the implicit new on config in global.cs. fixes #20 #31

Closed d-stafford closed 2 years ago

d-stafford commented 2 years ago

Changed _config = new() to _config = new config(). This was breaking on some .net framework builds. Fixes #20

mj-colonel-panic commented 2 years ago

exact same fix made on another commit, going to close this one without merging