From 9a6cba75d4a419b6140b37e488c28007fd486c46 Mon Sep 17 00:00:00 2001 From: AlmTechSoftware Date: Tue, 31 Dec 2019 21:30:05 +0100 Subject: [PATCH] Bug fix and updated version var --- gamemode/shared.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gamemode/shared.lua b/gamemode/shared.lua index 5f4af6e..f3a1ed1 100644 --- a/gamemode/shared.lua +++ b/gamemode/shared.lua @@ -11,10 +11,10 @@ GM.Email = "elias@almtech.se" GM.Website = "N/A" Quantum = {} -Quantum.Version = "v0.2-alpha" +Quantum.Version = "v0.3-alpha" Quantum.EmptyFunction = function() end include( "engine/sh_debug.lua" ) -- add the debug functions and stuff -include( "settings/sh_settings.lua" ) \ No newline at end of file +include( "settings/sh_settings.lua" )