Doclic / NoEncryption

Removes signatures from Minecraft chat messages
GNU General Public License v3.0
225 stars 18 forks source link

fix of #4 and one more fix of #2 #5

Closed NotAHolyPerson closed 2 years ago

NotAHolyPerson commented 2 years ago

explanation

on the previous thing, i guess i missed one thing - some fields are private and u still need to set it so i added a fix of this.

how does it work: actually, 'field.getModifiers() & ~Modifier.FINAL' disables the bit, which is a final modifier in field.getModifiers().