mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-11-05 10:20:23 +01:00
Prevents Bungee from sending itself Ping requests for #361
This commit is contained in:
parent
70057c1105
commit
911af1c0b3
@ -129,6 +129,9 @@ public class BungeeServerInfoManager {
|
||||
}
|
||||
|
||||
public void serverConnected(UUID serverUUID) {
|
||||
if (plugin.getServerUuid().equals(serverUUID)) {
|
||||
return;
|
||||
}
|
||||
Log.info("Received a connection from a Bukkit server..");
|
||||
if (onlineServers.contains(serverUUID)) {
|
||||
sendConfigSettings(serverUUID);
|
||||
|
Loading…
Reference in New Issue
Block a user