Disabled LuaCsConfig until ModConfig.xml and ISettingEntry<T> are completed.

This commit is contained in:
MapleWheels
2026-01-22 17:29:53 -05:00
committed by Maplewheels
parent 09faa8403a
commit 15e0a2bd10

View File

@@ -275,7 +275,8 @@ namespace Barotrauma
if (!PackageManagementService.IsAnyPackageLoaded())
{
Logger.LogResults(PackageManagementService.LoadPackagesInfo(ContentPackageManager.EnabledPackages.All.ToImmutableArray()));
LoadLuaCsConfig();
// TODO: Implement full xml content necessary for this to work.
//LoadLuaCsConfig();
}
CurrentRunState = RunState.LoadedNoExec;