forked from 2009Scape/Server
Fixed a bug with slayer
This commit is contained in:
parent
2a17c1d065
commit
b46f1312d3
1 changed files with 1 additions and 1 deletions
|
|
@ -251,7 +251,7 @@ public final class SlayerManager {
|
|||
* @return {@code True} if so.
|
||||
*/
|
||||
public boolean hasTask() {
|
||||
return getAmount() != 0;
|
||||
return getAmount() > 0;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue