Whoops, actually add the 'fail-safe'

This commit is contained in:
Kenny Goodin 2017-05-31 16:00:00 -04:00
parent 13ad590487
commit 1cf04592da

View File

@ -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