From b9e2e9fa044241d837ed6ae94a9ae81a2c4d811b Mon Sep 17 00:00:00 2001 From: Linventif Date: Wed, 17 Jul 2024 21:06:28 +0000 Subject: [PATCH] edit: update 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 788ad1c..958b8cc 100644 --- a/lua/autorun/gmod_integration.lua +++ b/lua/autorun/gmod_integration.lua @@ -1,6 +1,6 @@ if game.SinglePlayer() then return print("Gmod Integration is not supported in Singleplayer!") end gmInte = gmInte || {} -gmInte.version = "0.3.7" +gmInte.version = "0.3.8" gmInte.config = {} gmInte.materials = {} local function loadServerConfig()