From 4089d920ab10411b4a446a0802ee2f41538501f6 Mon Sep 17 00:00:00 2001 From: Linventif Date: Wed, 17 Jan 2024 03:39:51 +0100 Subject: [PATCH] update version --- lua/autorun/gmod_integration.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/autorun/gmod_integration.lua b/lua/autorun/gmod_integration.lua index 3a473f2..9338110 100644 --- a/lua/autorun/gmod_integration.lua +++ b/lua/autorun/gmod_integration.lua @@ -4,8 +4,8 @@ if game.SinglePlayer() then return end // Variables // -gmInte = {} -gmInte.version = "0.2.1" +gmInte = gmInte or {} +gmInte.version = "0.2.2" gmInte.config = { ["redownloadMaterials"] = false, }