2
0
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:
mohammed jasem alaajel 2021-07-22 00:31:03 +04:00
parent be3f437785
commit a5a2485335

View File

@ -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);