This commit is contained in:
AzaezelX 2020-10-05 15:50:45 -05:00
parent 09f9b5351c
commit 7d63f114fa
3 changed files with 34 additions and 34 deletions

View file

@ -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){}