Whoops, forgot to change a line
This commit is contained in:
parent
ce6ee670ed
commit
f73c78809a
@ -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()));
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user