feat: update function

This commit is contained in:
Linventif 2024-08-09 17:51:55 +00:00
parent 2ab252629a
commit e6f2b079be

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