mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-15 03:44:15 +01:00
clear actionqueue on zoneswitch
This commit is contained in:
parent
a27fa1a13d
commit
6149d7eb73
6 changed files with 38 additions and 30 deletions
|
|
@ -240,8 +240,8 @@ namespace MareSynchronos.Managers
|
|||
if (cacheDto == null || token.IsCancellationRequested) return;
|
||||
|
||||
#if DEBUG
|
||||
var json = JsonConvert.SerializeObject(cacheDto, Formatting.Indented);
|
||||
Logger.Verbose(json);
|
||||
//var json = JsonConvert.SerializeObject(cacheDto, Formatting.Indented);
|
||||
//Logger.Verbose(json);
|
||||
#endif
|
||||
|
||||
if ((LastCreatedCharacterData?.GetHashCode() ?? 0) == cacheDto.GetHashCode())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue