mirror of
https://github.com/gmod-integration/lua.git
synced 2025-04-30 22:45:25 +00:00
fix: upgrade to 0.4.9
This commit is contained in:
parent
be3a44760d
commit
da9b9d2392
|
@ -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.8"
|
gmInte.version = "0.4.9"
|
||||||
gmInte.config = {}
|
gmInte.config = {}
|
||||||
gmInte.materials = {}
|
gmInte.materials = {}
|
||||||
local function loadServerConfig()
|
local function loadServerConfig()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user