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:
parent
881691a92d
commit
c622bc7b63
@ -66,9 +66,9 @@ public abstract class ProxyDataManager implements Runnable {
|
|||||||
this.plugin = plugin;
|
this.plugin = plugin;
|
||||||
this.proxyId = this.plugin.configuration().getProxyId();
|
this.proxyId = this.plugin.configuration().getProxyId();
|
||||||
this.unifiedJedis = plugin.getSummoner().obtainResource();
|
this.unifiedJedis = plugin.getSummoner().obtainResource();
|
||||||
this.destroyProxyMembers();
|
|
||||||
this.networkId = plugin.configuration().networkId();
|
this.networkId = plugin.configuration().networkId();
|
||||||
this.STREAM_ID = "network-" + this.networkId + "-redisbungee-stream";
|
this.STREAM_ID = "network-" + this.networkId + "-redisbungee-stream";
|
||||||
|
this.destroyProxyMembers();
|
||||||
}
|
}
|
||||||
|
|
||||||
public abstract Set<UUID> getLocalOnlineUUIDs();
|
public abstract Set<UUID> getLocalOnlineUUIDs();
|
||||||
|
Loading…
Reference in New Issue
Block a user