diff --git a/binaries/data/mods/official/gui/test/functions_page_session.js b/binaries/data/mods/official/gui/test/functions_page_session.js index deaa2e01e3..3ca9c2679d 100644 --- a/binaries/data/mods/official/gui/test/functions_page_session.js +++ b/binaries/data/mods/official/gui/test/functions_page_session.js @@ -342,6 +342,9 @@ function snRefresh() // Update Team Tray // (later, we need to base this on the player creating a group). // refreshTeamTray(); + + // Refresh handler that monitors whether property/selection has been updated. + resetUpdateVars(); } }