Only record bungee stats for your region...servermonitor
This commit is contained in:
parent
9118aef60f
commit
f1930ed7c1
@ -219,7 +219,8 @@ public class StatusHistoryRepository
|
||||
if (bungeeData.Alive && bungeeData.US == (region == Region.US))
|
||||
totalPlayers += bungeeData.Players;
|
||||
|
||||
bungeeStatuses.add(bungeeData);
|
||||
if (bungeeData.US == (region == Region.US))
|
||||
bungeeStatuses.add(bungeeData);
|
||||
}
|
||||
}
|
||||
catch (Exception exception)
|
||||
|
Loading…
Reference in New Issue
Block a user