mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-15 00:14:14 +01:00
add fileswaps first test
This commit is contained in:
parent
2f5159cd4b
commit
ddb762c698
10 changed files with 77 additions and 31 deletions
|
|
@ -9,6 +9,7 @@ using FFXIVClientStructs.FFXIV.Client.Game.Character;
|
|||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using MareSynchronos.Models;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace MareSynchronos.Managers
|
||||
{
|
||||
|
|
@ -142,7 +143,9 @@ namespace MareSynchronos.Managers
|
|||
|
||||
Logger.Verbose("Cache creation complete");
|
||||
|
||||
return PermanentDataCache.ToCharacterCacheDto();
|
||||
var cache = PermanentDataCache.ToCharacterCacheDto();
|
||||
//Logger.Verbose(JsonConvert.SerializeObject(cache, Formatting.Indented));
|
||||
return cache;
|
||||
}
|
||||
|
||||
private void IpcManager_PenumbraRedrawEvent(IntPtr address, int idx)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue