TheCBProject / CodeChickenLib

GNU Lesser General Public License v2.1
110 stars 55 forks source link

Fix build by removing unnecessary private field access #442

Closed MrTJP closed 1 year ago

MrTJP commented 1 year ago

Private field was accidentally accessed without an access transformer in place. Changed to use getter instead of adding the AT unnecessarily.