mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 17:07:22 +01:00
make application of character data blocking
This commit is contained in:
parent
6457a1fe9a
commit
0cf12d57ef
9 changed files with 178 additions and 116 deletions
|
|
@ -91,7 +91,7 @@ public class CacheCreationService : MediatorSubscriberBase, IDisposable
|
|||
|
||||
private void UpdatePointers()
|
||||
{
|
||||
Mediator.Publish(new PlayerRelatedObjectPointerUpdateMessage(_playerRelatedObjects.Select(f => f.CurrentAddress).ToArray()));
|
||||
Mediator.Publish(new PlayerRelatedObjectPointerUpdateMessage(_playerRelatedObjects.Select(f => f.Address).ToArray()));
|
||||
}
|
||||
|
||||
private void ProcessCacheCreation()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue