watafak
This commit is contained in:
@@ -69,6 +69,10 @@ public sealed class PairHandlerRegistry : IDisposable
|
||||
handler = entry.Handler;
|
||||
handler.ScheduledForDeletion = false;
|
||||
entry.AddPair(registration.PairIdent);
|
||||
if (!handler.Initialized)
|
||||
{
|
||||
handler.Initialize();
|
||||
}
|
||||
}
|
||||
|
||||
ApplyPauseStateForHandler(handler);
|
||||
@@ -169,6 +173,7 @@ public sealed class PairHandlerRegistry : IDisposable
|
||||
return PairOperationResult.Ok();
|
||||
}
|
||||
|
||||
handler.ApplyData(dto.CharaData);
|
||||
return PairOperationResult.Ok();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user