Closed Crimento closed 8 months ago
Allow access to sun.awt package to fix MineTweaker not being able to use clipboard for /mt hand command.
Tried to find a more specific package, but required class is a part of the core awt package.
Questionable PR in terms of security, so feel free to discuss.
I'll add this access in a commit to the 2.0 branch now, but this PR removes one (they are not inherited for sub-packages), and doesn't add it in all the places required.
Allow access to sun.awt package to fix MineTweaker not being able to use clipboard for /mt hand command.
Tried to find a more specific package, but required class is a part of the core awt package.
Questionable PR in terms of security, so feel free to discuss.