Skip to content

Commit

Permalink
Fancy game names for spawnmenu
Browse files Browse the repository at this point in the history
To be consistent with "All" and "Garry's Mod".
  • Loading branch information
robotboy655 committed Feb 19, 2014
1 parent c26040e commit 68bff0b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -70,7 +70,7 @@ hook.Add( "PopulateContent", "GameProps", function( pnlContent, tree, node )

if ( !game.mounted ) then continue end

AddBrowseContent( ViewPanel, MyNode, game.folder, "games/16/" .. game.folder .. ".png", "", game.folder, pnlContent )
AddBrowseContent( ViewPanel, MyNode, game.title, "games/16/" .. game.folder .. ".png", "", game.folder, pnlContent )

end

Expand Down

0 comments on commit 68bff0b

Please sign in to comment.