mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 22:17:22 +01:00
freeze mare synced characters on gpose
This commit is contained in:
parent
ccfb314337
commit
627efdd012
5 changed files with 54 additions and 4 deletions
|
|
@ -68,6 +68,8 @@ namespace MareSynchronos.Utils
|
|||
|
||||
public string PlayerNameHashed => Crypto.GetHash256(PlayerName + _clientState.LocalPlayer!.HomeWorld.Id);
|
||||
|
||||
public bool IsInGpose => _objectTable[201] != null;
|
||||
|
||||
public List<PlayerCharacter> GetPlayerCharacters()
|
||||
{
|
||||
return _objectTable.Where(obj =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue