This commit is contained in:
Linventif 2024-12-10 22:27:36 +00:00
parent 1661173526
commit e7b9953185

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