mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-13 15:14:15 +01:00
remove some unncessary stuff
This commit is contained in:
parent
00fdba1c4b
commit
780dd26166
4 changed files with 1 additions and 9 deletions
|
|
@ -2,7 +2,6 @@
|
|||
using MareSynchronos.API.Data.Enum;
|
||||
using MareSynchronos.FileCache;
|
||||
using MareSynchronos.Interop;
|
||||
using MareSynchronos.MareConfiguration;
|
||||
using MareSynchronos.PlayerData.Data;
|
||||
using MareSynchronos.PlayerData.Handlers;
|
||||
using MareSynchronos.Services;
|
||||
|
|
@ -205,8 +204,6 @@ public class PlayerDataFactory
|
|||
previousData.CustomizePlusScale[playerRelatedObject.ObjectKind] = customizeScale;
|
||||
_logger.LogDebug("Customize is now: {data}", previousData.CustomizePlusScale[playerRelatedObject.ObjectKind]);
|
||||
}
|
||||
// todo: remove once heaving api
|
||||
previousData.PalettePlusPalette = string.Empty;
|
||||
previousData.HonorificData = _ipcManager.HonorificGetTitle();
|
||||
_logger.LogDebug("Honorific is now: {data}", previousData.HonorificData);
|
||||
previousData.HeelsData = await getHeelsOffset.ConfigureAwait(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue