Whoops, actually add the 'fail-safe'
This commit is contained in:
parent
13ad590487
commit
1cf04592da
@ -85,8 +85,9 @@ public class RedisQuestSupplier implements QuestSupplier
|
|||||||
{
|
{
|
||||||
if (_quests.isEmpty())
|
if (_quests.isEmpty())
|
||||||
{
|
{
|
||||||
|
requestActiveQuests();
|
||||||
}
|
}
|
||||||
|
|
||||||
return ImmutableSet.copyOf(_quests);
|
return ImmutableSet.copyOf(_quests);
|
||||||
}
|
}
|
||||||
finally
|
finally
|
||||||
|
Loading…
Reference in New Issue
Block a user