Fixed checkCanCollectEssence method
This commit is contained in:
@@ -139,7 +139,7 @@ public class DailyTasksPlugin extends Plugin
|
|||||||
private boolean checkCanCollectEssence()
|
private boolean checkCanCollectEssence()
|
||||||
{
|
{
|
||||||
int value = client.getSetting(Varbits.DAILY_ESSENCE);
|
int value = client.getSetting(Varbits.DAILY_ESSENCE);
|
||||||
return value < 0; // 1 = can't claim
|
return value == 0; // 1 = can't claim
|
||||||
}
|
}
|
||||||
|
|
||||||
private void cacheColors()
|
private void cacheColors()
|
||||||
|
|||||||
Reference in New Issue
Block a user