From f250dba95277c65ba842a739f9cb6dc7e0eea8fd Mon Sep 17 00:00:00 2001 From: Linventif Date: Sat, 27 Jul 2024 19:27:30 +0000 Subject: [PATCH] v0.3.9 --- 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 958b8cc..516d17b 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.8" +gmInte.version = "0.3.9" gmInte.config = {} gmInte.materials = {} local function loadServerConfig()