mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2025-04-20 01:27:07 +00:00
typo in comments
This commit is contained in:
parent
be3f437785
commit
a5a2485335
@ -88,7 +88,7 @@ public class RedisBungeeListener implements Listener {
|
|||||||
@Override
|
@Override
|
||||||
protected Void call(Jedis jedis) {
|
protected Void call(Jedis jedis) {
|
||||||
// this code was moved out from login event due being async..
|
// this code was moved out from login event due being async..
|
||||||
// and it can be canceld but it will show as false in redis-bungee
|
// and it can be cancelled but it will show as false in redis-bungee
|
||||||
// which will register the player into the redis database.
|
// which will register the player into the redis database.
|
||||||
Pipeline pipeline = jedis.pipelined();
|
Pipeline pipeline = jedis.pipelined();
|
||||||
plugin.getUuidTranslator().persistInfo(event.getPlayer().getName(), event.getPlayer().getUniqueId(), pipeline);
|
plugin.getUuidTranslator().persistInfo(event.getPlayer().getName(), event.getPlayer().getUniqueId(), pipeline);
|
||||||
|
Loading…
Reference in New Issue
Block a user