Skip to content

Commit

Permalink
move destroyProxyMembers to correct place
Browse files Browse the repository at this point in the history
fixes null network id
  • Loading branch information
ham1255 committed Sep 26, 2024
1 parent 881691a commit c622bc7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ public ProxyDataManager(RedisBungeePlugin<?> plugin) {
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();
Expand Down

0 comments on commit c622bc7

Please sign in to comment.