ignore hat/weapon state changes

This commit is contained in:
rootdarkarchon
2023-02-26 14:47:59 +01:00
parent 242b6650ef
commit b42e7e236c
3 changed files with 6 additions and 30 deletions

View File

@@ -5,6 +5,7 @@ using MareSynchronos.Mediator;
using MareSynchronos.Models;
using MareSynchronos.Utils;
using Microsoft.Extensions.Logging;
using System.Collections;
namespace MareSynchronos.Managers;