From 06efe727e26b7b006cad1ad1d13c20b08798581c Mon Sep 17 00:00:00 2001 From: Linventif Date: Tue, 28 Jan 2025 08:18:59 +0000 Subject: [PATCH] New version: 0.4.8 --- 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 076522e..03af58b 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.7" +gmInte.version = "0.4.8" gmInte.config = {} gmInte.materials = {} local function loadServerConfig()