fix module path not working correctly in workshop version and update workshop

This commit is contained in:
Evil Factory
2021-11-18 18:51:46 -03:00
parent 9582052e7d
commit 1f84c0c801
+1 -1
View File
@@ -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