Fix: new version

This commit is contained in:
Linventif 2024-09-15 21:10:33 +00:00
parent c32be58b94
commit c3f9697430

View File

@ -1,6 +1,6 @@
if game.SinglePlayer() then return print("Gmod Integration is not supported in Singleplayer!") end
gmInte = gmInte || {}
gmInte.version = "0.4.2"
gmInte.version = "0.4.3"
gmInte.config = {}
gmInte.materials = {}
local function loadServerConfig()