APDevTeam / Movecraft

The original movement plugin for Paper. Reloaded. Again.
GNU General Public License v3.0
121 stars 76 forks source link

Fix incorrect cast to double instead of Integer #613

Closed TrollyLoki closed 11 months ago

TrollyLoki commented 11 months ago

Describe in detail what your pull request accomplishes

Fixes an incorrect cast in the type file parsing code causing an error to be thrown if an integer percentage is provided.

Checklist

TylerS1066 commented 11 months ago

Just to double check, this has been tested to fix issues with integer percentages?

TrollyLoki commented 11 months ago

Just to double check, this has been tested to fix issues with integer percentages?

Yeah, I tested with the Tank file from the guy in the Discord and it resolved the ClassCastException.