From b93de9c59f7b8e96239406086b58814040b8da8d Mon Sep 17 00:00:00 2001 From: linventif Date: Mon, 3 Jun 2024 15:47:05 +0200 Subject: [PATCH] edit: new version --- 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 b6f3e30..6d802c4 100644 --- a/lua/autorun/gmod_integration.lua +++ b/lua/autorun/gmod_integration.lua @@ -6,7 +6,7 @@ if (game.SinglePlayer()) then return print("Gmod Integration is not supported in gmInte = gmInte || {} -gmInte.version = "0.3.3" +gmInte.version = "0.3.5" gmInte.config = {} gmInte.materials = {}