From 36d95c37bc3f7c43ba03c023e7a794c38f8aca17 Mon Sep 17 00:00:00 2001 From: Ottermandias Date: Wed, 20 Dec 2023 16:47:37 +0100 Subject: [PATCH] Make compile job not depend on git. --- Glamourer/Automation/AutoDesignApplier.cs | 4 ++-- Glamourer/Glamourer.csproj | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Glamourer/Automation/AutoDesignApplier.cs b/Glamourer/Automation/AutoDesignApplier.cs index ddc8636..deb9e43 100644 --- a/Glamourer/Automation/AutoDesignApplier.cs +++ b/Glamourer/Automation/AutoDesignApplier.cs @@ -39,8 +39,8 @@ public class AutoDesignApplier : IDisposable private readonly IClientState _clientState; private ActorState? _jobChangeState; - private readonly Dictionary _jobChangeMainhand = new(); - private readonly Dictionary _jobChangeOffhand = new(); + private readonly Dictionary _jobChangeMainhand = []; + private readonly Dictionary _jobChangeOffhand = []; private void ResetJobChange() { diff --git a/Glamourer/Glamourer.csproj b/Glamourer/Glamourer.csproj index 7ecb3b6..12ec3a7 100644 --- a/Glamourer/Glamourer.csproj +++ b/Glamourer/Glamourer.csproj @@ -108,8 +108,9 @@ - - + + + @@ -122,6 +123,7 @@ PreserveNewest +