fuck this shit
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Authors></Authors>
|
<Authors></Authors>
|
||||||
<Company></Company>
|
<Company></Company>
|
||||||
<Version>0.2.6.0</Version>
|
<Version>0.2.7.0</Version>
|
||||||
<Description></Description>
|
<Description></Description>
|
||||||
<Copyright></Copyright>
|
<Copyright></Copyright>
|
||||||
<PackageProjectUrl>https://github.com/Penumbra-Sync/client</PackageProjectUrl>
|
<PackageProjectUrl>https://github.com/Penumbra-Sync/client</PackageProjectUrl>
|
||||||
|
|||||||
@@ -104,7 +104,7 @@ namespace MareSynchronos.Models
|
|||||||
var newWeaponOrVisorState = Marshal.ReadByte((IntPtr)customizeData + 31, 0);
|
var newWeaponOrVisorState = Marshal.ReadByte((IntPtr)customizeData + 31, 0);
|
||||||
if (newHatState != HatState)
|
if (newHatState != HatState)
|
||||||
{
|
{
|
||||||
if (HatState != null && !hasChanges)
|
if (HatState != null && !hasChanges && !HasUnprocessedUpdate)
|
||||||
{
|
{
|
||||||
Logger.Verbose("Not Sending Update, only Hat changed");
|
Logger.Verbose("Not Sending Update, only Hat changed");
|
||||||
DoNotSendUpdate = true;
|
DoNotSendUpdate = true;
|
||||||
@@ -115,7 +115,7 @@ namespace MareSynchronos.Models
|
|||||||
|
|
||||||
if (newWeaponOrVisorState != VisorWeaponState)
|
if (newWeaponOrVisorState != VisorWeaponState)
|
||||||
{
|
{
|
||||||
if (VisorWeaponState != null && !hasChanges)
|
if (VisorWeaponState != null && !hasChanges && !HasUnprocessedUpdate)
|
||||||
{
|
{
|
||||||
Logger.Verbose("Not Sending Update, only Visor/Weapon changed");
|
Logger.Verbose("Not Sending Update, only Visor/Weapon changed");
|
||||||
DoNotSendUpdate = true;
|
DoNotSendUpdate = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user