Whoops, forgot to change a line

This commit is contained in:
AlexTheCoder 2017-07-07 06:47:15 -04:00
parent ce6ee670ed
commit f73c78809a
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ public class QuitNPCRepository extends RedisRepository
{
try (Jedis jedis = getResource(false))
{
return getResource(false).get(getKey(REDIS_KEY_PREFIX + uuid.toString()));
return jedis.get(getKey(REDIS_KEY_PREFIX + uuid.toString()));
}
});
}