mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 15:14:35 +00:00
followup
This commit is contained in:
parent
09f9b5351c
commit
7d63f114fa
3 changed files with 34 additions and 34 deletions
|
|
@ -15,8 +15,8 @@ function gameUI::onDestroyGameServer(%this){}
|
|||
function gameUI::initClient(%this)
|
||||
{
|
||||
//guis
|
||||
exec("./GUIs/playGui.gui");
|
||||
exec("./GUIs/playGui.cs");
|
||||
%this.queueExec("./GUIs/playGui.gui");
|
||||
%this.queueExec("./GUIs/playGui.cs");
|
||||
}
|
||||
|
||||
function gameUI::onCreateClientConnection(%this){}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue