mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-01 05:57:50 +01:00
Fixed Network page not updating
This commit is contained in:
parent
c72e45b605
commit
796e219c51
@ -354,7 +354,7 @@ public class BungeeInformationManager extends InformationManager {
|
||||
|
||||
@Override
|
||||
public void updateNetworkPageContent() {
|
||||
PageCache.cachePage("analysisPage" + MiscUtils.getIPlan().getServerUuid(), () -> new AnalysisPageResponse(this));
|
||||
PageCache.cachePage("analysisPage:" + MiscUtils.getIPlan().getServerUuid(), () -> new AnalysisPageResponse(this));
|
||||
}
|
||||
|
||||
public void sendConfigSettings() {
|
||||
|
Loading…
Reference in New Issue
Block a user