diff options
Diffstat (limited to 'gamemode/shared.lua')
| -rw-r--r-- | gamemode/shared.lua | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gamemode/shared.lua b/gamemode/shared.lua index 3daa013..c597c68 100644 --- a/gamemode/shared.lua +++ b/gamemode/shared.lua @@ -1,11 +1,7 @@ ---[[ - Set up the filesystem before doing anything else -]] - include("nrequire.lua") local ngm = GM or GAMEMODE ngm.Version = {0,7,5} ngm.Name = "Artery" ngm.Author = "Alexander \"Apickx\" Pickering" ngm.Email = "apickx@cogarr.com" -ngm.Website = "cogarr.com" +ngm.Website = "docs.cogarr.net/artery/" |
