diff --git a/gui/lobby/LobbyPage/PlayerList.js b/gui/lobby/LobbyPage/PlayerList.js index 6d17a7cf..f882a1cd 100644 --- a/gui/lobby/LobbyPage/PlayerList.js +++ b/gui/lobby/LobbyPage/PlayerList.js @@ -119,7 +119,7 @@ class PlayerList /** * Do a full update of the player listing, including ratings from cached C++ information. - * Important: This should only be performed once if + * Important: This should be done just once if * there have been multiple messages received changing this list. */ rebuildPlayerList() diff --git a/mod.json b/mod.json index 8b73c6cf..f84346d6 100644 --- a/mod.json +++ b/mod.json @@ -1,6 +1,6 @@ { "name": "boonGUI", - "version": "2.6.3", + "version": "2.6.4", "label": "boonGUI", "description": "Enhance the observer's experience with an additional stats overlay.", "ignoreInCompatibilityChecks": true,