From 71686e28b669d8566b5568ced9e75423b7a89c0a Mon Sep 17 00:00:00 2001 From: Linventif Date: Wed, 14 Aug 2024 18:49:29 +0000 Subject: [PATCH] update to 0.4.1 --- 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 8adc763..656becb 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.4.0" +gmInte.version = "0.4.1" gmInte.config = {} gmInte.materials = {} local function loadServerConfig()