2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2024-11-23 04:28:01 +00:00

move destroyProxyMembers to correct place

fixes null network id
This commit is contained in:
mohammed jasem alaajel 2024-09-26 19:10:32 +04:00
parent 881691a92d
commit c622bc7b63
Signed by: ham1255
GPG Key ID: EF343502046229F4

View File

@ -66,9 +66,9 @@ public abstract class ProxyDataManager implements Runnable {
this.plugin = plugin;
this.proxyId = this.plugin.configuration().getProxyId();
this.unifiedJedis = plugin.getSummoner().obtainResource();
this.destroyProxyMembers();
this.networkId = plugin.configuration().networkId();
this.STREAM_ID = "network-" + this.networkId + "-redisbungee-stream";
this.destroyProxyMembers();
}
public abstract Set<UUID> getLocalOnlineUUIDs();