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
1 changed files with 2 additions and 1 deletions

View File

@ -85,8 +85,9 @@ public class RedisQuestSupplier implements QuestSupplier
{
if (_quests.isEmpty())
{
requestActiveQuests();
}
return ImmutableSet.copyOf(_quests);
}
finally