From da9b9d23926e4582e56fd743e624aabbc904a51f Mon Sep 17 00:00:00 2001 From: Linventif Date: Thu, 20 Mar 2025 03:17:06 +0000 Subject: [PATCH] fix: upgrade to 0.4.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 03af58b..fc22af1 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.8" +gmInte.version = "0.4.9" gmInte.config = {} gmInte.materials = {} local function loadServerConfig()