Merge branch 'Preview4_0' into EngineAssetify_Followups

This commit is contained in:
AzaezelX 2021-07-28 13:51:44 -05:00
commit 3fad050028
12 changed files with 34 additions and 34 deletions

View file

@ -16,7 +16,7 @@ function gameUI::initClient(%this)
{
//guis
%this.queueExec("./GUIs/playGui.gui");
%this.queueExec("./GUIs/playGui." @ $TorqueScriptFileExtension);
%this.queueExec("./GUIs/playGui");
}
function gameUI::onCreateClientConnection(%this){}