- Weird LuaCs Settings Menu bug present: package is loaded on startup but is then unloaded if the settingsmenu is opened and the package is not in the enabled list.
This commit is contained in:
+1
-4
@@ -10,8 +10,5 @@ namespace Barotrauma.LuaCs;
|
||||
|
||||
public partial interface IConfigService
|
||||
{
|
||||
ImmutableArray<IDisplayableConfigBase> GetDisplayableConfigs();
|
||||
ImmutableArray<IDisplayableConfigBase> GetDisplayableConfigsForPackage(ContentPackage package);
|
||||
|
||||
FluentResults.Result<ISettingControl> AddConfigControl(IConfigInfo configInfo);
|
||||
ImmutableArray<ISettingBase> GetDisplayableConfigs();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user