From 1aac9f7ad37bc79ed67d60f7e573682f56cbcd97 Mon Sep 17 00:00:00 2001 From: Linventif Date: Tue, 7 May 2024 13:46:13 +0200 Subject: [PATCH] edit: upgrading version --- lua/autorun/gmod_integration.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/autorun/gmod_integration.lua b/lua/autorun/gmod_integration.lua index 0a52b60..b6f3e30 100644 --- a/lua/autorun/gmod_integration.lua +++ b/lua/autorun/gmod_integration.lua @@ -6,7 +6,7 @@ if (game.SinglePlayer()) then return print("Gmod Integration is not supported in gmInte = gmInte || {} -gmInte.version = "0.3.2" +gmInte.version = "0.3.3" gmInte.config = {} gmInte.materials = {}