calculate highest pl from load!

pull/21833/head
Bruno Windels 2019-02-21 17:52:02 +01:00
parent 35809dc7d5
commit b9c3919dc1
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ export class RoomPermaLinkCreator {
load() { load() {
this._updateAllowedServers(); this._updateAllowedServers();
this._updateHighestPlUser();
this._updatePopulationMap(); this._updatePopulationMap();
this._updateServerCandidates(); this._updateServerCandidates();
} }