My config file does not seem to be read properly #74
-
https://gist.github.com/TechPro424/8f26b39572f7274bac9a5e9b16c07d5e I call the But when I change the Edit: I used my mod's |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Couple notes here- for clarity, in Any chance I can look at the json file with the analyticsEnabled field set to Either way, the problem is non-obvious. One possibility is that you're getting a thread-local version of Config::instance - there may be one on the client and one on the server, depending on when you classload the object. Looks like everything's happening on-server, which is the safest, but it's something worth looking into. |
Beta Was this translation helpful? Give feedback.
-
Fixed by updating jankson in build.gradle to v1.2.2 |
Beta Was this translation helpful? Give feedback.
Fixed by updating jankson in build.gradle to v1.2.2
I was on v1.1.0 (that's what the GH wiki uses, it might need an update)