Fixed a bug with slayer

This commit is contained in:
ceikry
2021-08-05 21:23:30 -05:00
parent 2a17c1d065
commit b46f1312d3
@@ -251,7 +251,7 @@ public final class SlayerManager {
* @return {@code True} if so. * @return {@code True} if so.
*/ */
public boolean hasTask() { public boolean hasTask() {
return getAmount() != 0; return getAmount() > 0;
} }
/** /**