From 129faacac4caa99438f4b7f8ab6f3922678a200b Mon Sep 17 00:00:00 2001 From: Linventif Date: Wed, 24 Jan 2024 00:54:13 +0100 Subject: [PATCH] adding screenshots --- 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 9338110..558500a 100644 --- a/lua/autorun/gmod_integration.lua +++ b/lua/autorun/gmod_integration.lua @@ -5,7 +5,7 @@ if game.SinglePlayer() then return end // gmInte = gmInte or {} -gmInte.version = "0.2.2" +gmInte.version = "0.2.3" gmInte.config = { ["redownloadMaterials"] = false, }