fix a small mistake that caused lua mods to not properly load 💀
This commit is contained in:
@@ -55,7 +55,7 @@ if SERVER then
|
|||||||
|
|
||||||
if not runDisabledMods then
|
if not runDisabledMods then
|
||||||
|
|
||||||
for _, package in enabledPackages do
|
for package in enabledPackages do
|
||||||
if package then
|
if package then
|
||||||
local d = package.path:gsub("\\", "/")
|
local d = package.path:gsub("\\", "/")
|
||||||
d = d:gsub("/filelist.xml", "")
|
d = d:gsub("/filelist.xml", "")
|
||||||
|
|||||||
Reference in New Issue
Block a user