fix module path not working correctly in workshop version and update workshop
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
-- Config
|
-- Config
|
||||||
local runDisabledMods = false
|
local runDisabledMods = false
|
||||||
local modulePaths = {"Lua/?.lua"}
|
local modulePaths = {"Lua/?.lua", "Mods/LuaForBarotrauma/Lua/?.lua"}
|
||||||
setmodulepaths(modulePaths)
|
setmodulepaths(modulePaths)
|
||||||
|
|
||||||
-- Setup Libraries
|
-- Setup Libraries
|
||||||
|
|||||||
Reference in New Issue
Block a user