fix: Fixes issue with duping items and serialization, and sector lists. (#1662)
This commit is contained in:
parent
497ea87943
commit
3812a783ca
6 changed files with 32 additions and 53 deletions
|
|
@ -246,7 +246,7 @@ public static class EntityPersistence
|
|||
}
|
||||
else
|
||||
{
|
||||
Console.WriteLine($"***** Bad deserialize of {t.GetType()} *****");
|
||||
Console.WriteLine($"***** Bad deserialize of {t.GetType()} ({t.Serial}) *****");
|
||||
Console.WriteLine(error);
|
||||
|
||||
ConsoleKey pressedKey;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue