diff --git a/Templates/BaseGame/game/data/gameUI/GUIs/playGui.tscript b/Templates/BaseGame/game/data/gameUI/GUIs/playGui.tscript index 59a7cf49c..2f175c025 100644 --- a/Templates/BaseGame/game/data/gameUI/GUIs/playGui.tscript +++ b/Templates/BaseGame/game/data/gameUI/GUIs/playGui.tscript @@ -49,6 +49,8 @@ function PlayGui::onWake(%this) schedule(0, 0, "refreshCenterTextCtrl"); if ( isFunction( "refreshBottomTextCtrl" ) ) schedule(0, 0, "refreshBottomTextCtrl"); + + callOnModules("Playgui_onWake"); } function PlayGui::onSleep(%this)