From 5ffa87a6056d97a8012c55f77087f1ba5ca6a85d Mon Sep 17 00:00:00 2001 From: Linventif Date: Sat, 29 Jun 2024 04:49:01 +0000 Subject: [PATCH] add: new 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 6d802c4..ff8d2ef 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.5" +gmInte.version = "0.3.6" gmInte.config = {} gmInte.materials = {}