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