Skip to content

Commit

Permalink
Get rid of RawConsoleCommand calls
Browse files Browse the repository at this point in the history
  • Loading branch information
robotboy655 committed Sep 20, 2015
1 parent ddd827c commit a68e46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion garrysmod/html/js/menu/control.Menu.js
Expand Up @@ -102,7 +102,7 @@ function MenuController( $scope, $rootScope )
//
$scope.BackToGame = function()
{
lua.Run( "RawConsoleCommand( 'gameui_hide' );" );
lua.Run( "gui.HideGameUI()" );
}

$scope.Disconnect = function ()
Expand Down

0 comments on commit a68e46e

Please sign in to comment.