Skip to content

Commit

Permalink
Update legal doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
robotboy655 committed Jul 7, 2023
1 parent 0335089 commit e3e6084
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions garrysmod/lua/menu/cef_credits.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ concommand.Add( "cef_credits", function()
end )

concommand.Add( "gmod_tos", function()
gui.OpenURL( "https://gmod.facepunch.com/legal/tos" )
gui.OpenURL( "https://facepunch.com/legal/tos" )
end )

concommand.Add( "gmod_privacy", function()
gui.OpenURL( "https://gmod.facepunch.com/legal/privacy" )
gui.OpenURL( "https://facepunch.com/legal/privacy" )
end )

concommand.Add( "gmod_modding", function()
gui.OpenURL( "https://gmod.facepunch.com/legal/modding" )
gui.OpenURL( "https://facepunch.com/legal/modding" )
end )

concommand.Add( "gmod_servers", function()
Expand Down

0 comments on commit e3e6084

Please sign in to comment.