New version: 0.4.8

This commit is contained in:
Linventif 2025-01-28 08:18:59 +00:00
parent 9e9a2dfe01
commit 06efe727e2

View File

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