aboutsummaryrefslogtreecommitdiff
path: root/gamemode
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode')
-rw-r--r--gamemode/shared.lua6
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"