Set the correct key in QuitNPCRepository
This commit is contained in:
parent
c0cc3789b1
commit
cecc3614b8
@ -45,7 +45,7 @@ public class QuitNPCRepository extends RedisRepository
|
||||
{
|
||||
try (Jedis jedis = getResource(true))
|
||||
{
|
||||
jedis.setex(REDIS_KEY_PREFIX + uuid.toString(), 60, serverName);
|
||||
jedis.setex(getKey(REDIS_KEY_PREFIX + uuid.toString()), 60, serverName);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user