From 9e65a7aa547683ae5ddb3b31ec1c72d86cd7a1d0 Mon Sep 17 00:00:00 2001 From: kaiser Date: Sun, 15 Sep 2024 10:36:54 +1000 Subject: [PATCH] chore: remove BOM --- .../6.x - Endwalker/Class Quests/SGE/4070_A Poisoned Gift.json | 2 +- .../6.x - Endwalker/Class Quests/SGE/4071_Pledge of Hope.json | 2 +- .../Class Quests/SGE/4072_Life Ephemeral, Path Eternal.json | 2 +- Questionable/Controller/Steps/Interactions/Action.cs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/QuestPaths/6.x - Endwalker/Class Quests/SGE/4070_A Poisoned Gift.json b/QuestPaths/6.x - Endwalker/Class Quests/SGE/4070_A Poisoned Gift.json index 102db672..a47ebf05 100644 --- a/QuestPaths/6.x - Endwalker/Class Quests/SGE/4070_A Poisoned Gift.json +++ b/QuestPaths/6.x - Endwalker/Class Quests/SGE/4070_A Poisoned Gift.json @@ -1,4 +1,4 @@ -{ +{ "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", "Author": "kaiser", "QuestSequence": [ diff --git a/QuestPaths/6.x - Endwalker/Class Quests/SGE/4071_Pledge of Hope.json b/QuestPaths/6.x - Endwalker/Class Quests/SGE/4071_Pledge of Hope.json index f04e5af2..c22655dd 100644 --- a/QuestPaths/6.x - Endwalker/Class Quests/SGE/4071_Pledge of Hope.json +++ b/QuestPaths/6.x - Endwalker/Class Quests/SGE/4071_Pledge of Hope.json @@ -1,4 +1,4 @@ -{ +{ "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", "Author": "kaiser", "QuestSequence": [ diff --git a/QuestPaths/6.x - Endwalker/Class Quests/SGE/4072_Life Ephemeral, Path Eternal.json b/QuestPaths/6.x - Endwalker/Class Quests/SGE/4072_Life Ephemeral, Path Eternal.json index c600f2e4..e7405f3c 100644 --- a/QuestPaths/6.x - Endwalker/Class Quests/SGE/4072_Life Ephemeral, Path Eternal.json +++ b/QuestPaths/6.x - Endwalker/Class Quests/SGE/4072_Life Ephemeral, Path Eternal.json @@ -1,4 +1,4 @@ -{ +{ "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", "Author": "kaiser", "QuestSequence": [ diff --git a/Questionable/Controller/Steps/Interactions/Action.cs b/Questionable/Controller/Steps/Interactions/Action.cs index a39bded4..f50f6697 100644 --- a/Questionable/Controller/Steps/Interactions/Action.cs +++ b/Questionable/Controller/Steps/Interactions/Action.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using Dalamud.Game.ClientState.Objects.Types; using Microsoft.Extensions.Logging;