mirror of
https://github.com/gmod-integration/lua.git
synced 2025-07-07 10:44:12 +00:00
Merge pull request #21 from gmod-integration/v0.5.0
fix: correct path for latest Gmod integration script reference
This commit is contained in:
commit
b32eb2f663
|
@ -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
|
||||||
local alreadyLoadGMI = gmInte
|
local alreadyLoadGMI = gmInte
|
||||||
local isLatest = debug.getinfo(1, "S").source == "@addons/gmod_integration_latest/lua/autorun/gmod_integration_latest.lua"
|
local isLatest = debug.getinfo(1, "S").source == "@addons/_gmod_integration_latest/lua/autorun/_gmod_integration_latest.lua"
|
||||||
gmInte = gmInte || {}
|
gmInte = gmInte || {}
|
||||||
gmInte.version = "0.5.0"
|
gmInte.version = "0.5.0"
|
||||||
gmInte.config = {}
|
gmInte.config = {}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user