fix a small mistake that caused lua mods to not properly load 💀

This commit is contained in:
Evil Factory
2022-03-12 22:24:14 -03:00
parent 33b181784a
commit cc2a4b1b7b

View File

@@ -55,7 +55,7 @@ if SERVER then
if not runDisabledMods then
for _, package in enabledPackages do
for package in enabledPackages do
if package then
local d = package.path:gsub("\\", "/")
d = d:gsub("/filelist.xml", "")