Fixed lua attempting to invoke the base interface type.

This commit is contained in:
MapleWheels
2026-04-08 19:49:57 -04:00
parent 89aa818c0b
commit 53be3f0073

View File

@@ -369,7 +369,7 @@ class LuaScriptManagementService : ILuaScriptManagementService, ILuaDataService,
UserData.RegisterType(typeof(INetworkingService));
UserData.RegisterType(typeof(ILuaConfigService));
UserData.RegisterType(typeof(ISettingBase));
//UserData.RegisterType(typeof(ISettingBase));
Type[] settingBaseTypes = [
typeof(ISettingBase<bool>),