Fixed lua attempting to invoke the base interface type.
This commit is contained in:
@@ -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>),
|
||||
|
||||
Reference in New Issue
Block a user