fix: upgrade to 0.4.9

This commit is contained in:
Linventif 2025-03-20 03:17:06 +00:00
parent be3a44760d
commit da9b9d2392

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.8"
gmInte.version = "0.4.9"
gmInte.config = {}
gmInte.materials = {}
local function loadServerConfig()