mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 15:07:22 +01:00
minor bugfixing and log severity adjustment
This commit is contained in:
parent
57c0a4b9b0
commit
34ed21472a
6 changed files with 54 additions and 36 deletions
|
|
@ -106,7 +106,7 @@ namespace MareSynchronos.Models
|
|||
{
|
||||
if (HatState != null && !hasChanges && !HasUnprocessedUpdate)
|
||||
{
|
||||
Logger.Verbose("Not Sending Update, only Hat changed");
|
||||
Logger.Debug("Not Sending Update, only Hat changed");
|
||||
DoNotSendUpdate = true;
|
||||
}
|
||||
HatState = newHatState;
|
||||
|
|
@ -117,7 +117,7 @@ namespace MareSynchronos.Models
|
|||
{
|
||||
if (VisorWeaponState != null && !hasChanges && !HasUnprocessedUpdate)
|
||||
{
|
||||
Logger.Verbose("Not Sending Update, only Visor/Weapon changed");
|
||||
Logger.Debug("Not Sending Update, only Visor/Weapon changed");
|
||||
DoNotSendUpdate = true;
|
||||
}
|
||||
VisorWeaponState = newWeaponOrVisorState;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue