mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2024-11-05 04:48:02 +00:00
correctly remove heartbeat on cleanup
This commit is contained in:
parent
51719f13e2
commit
ab441503c7
@ -280,6 +280,7 @@ public abstract class ProxyDataManager implements Runnable {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
for (UUID uuid : getProxyMembers(id)) plugin.fireEvent(plugin.createPlayerLeftNetworkEvent(uuid));
|
for (UUID uuid : getProxyMembers(id)) plugin.fireEvent(plugin.createPlayerLeftNetworkEvent(uuid));
|
||||||
|
this.heartbeats.remove(id);
|
||||||
plugin.logInfo("Proxy {} has disconnected", id);
|
plugin.logInfo("Proxy {} has disconnected", id);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user