Fix: Update version to 0.4.2

This commit is contained in:
Linventif 2024-08-28 22:10:21 +00:00
parent 65a624a67a
commit 0ca3e89ed4

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