Bugfix for service creation stalling itself.

This commit is contained in:
Ottermandias 2023-04-19 11:00:53 +02:00
parent e3c333dd22
commit 1364b39f65
2 changed files with 11 additions and 3 deletions

View file

@ -29,7 +29,6 @@ internal sealed class ObjectIdentification : DataSharer, IObjectIdentifier
public readonly IReadOnlyDictionary<string, IReadOnlyList<Action>> Actions;
private readonly ActorManager.ActorManagerData _actorData;
private readonly EquipmentIdentificationList _equipment;
private readonly WeaponIdentificationList _weapons;
private readonly ModelIdentificationList _modelIdentifierToModelChara;