ericgrandt / TotalEconomy

All in one economy plugin for Minecraft.
https://ericgrandt.github.io/TotalEconomy/
31 stars 33 forks source link

Fix 0-value rewards being paid #320

Closed MarkL4YG closed 5 years ago

MarkL4YG commented 5 years ago

Fixes an issue where 0-value rewards were paid out for actions.
This is caused by the #generateReward method where the local reward variable hid the field from TEAction. This is now fixed AND clarified by using a different variable name.


Fixes: #314

ericgrandt commented 5 years ago

Thanks as always @MarkL4YG!