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