ocelotpotpie / FreedomChat

Liberate your server from the chat-reporting bourgeoisie! Disable chat signing server-side
https://modrinth.com/plugin/freedomchat
GNU General Public License v3.0
207 stars 24 forks source link

Make default value false for preventsChatReports #55

Closed whiler-sesame closed 3 months ago

whiler-sesame commented 3 months ago

Codecs are smart and therefore won't send default data. When the default value is set to true and actual value to true, codec assumes that the client has true value by default and won't send it, but will send false value if actual value is false. This changes default value to false, so codec will send only true values.

Fixes #53.