Fix typo
This commit is contained in:
parent
c712fdb11f
commit
7d5cbd8563
@ -603,7 +603,7 @@ internal sealed class MainWindow : LImGui.LWindow
|
|||||||
if (!_plugin.WorkshopTerritories.Contains(_clientState.TerritoryType))
|
if (!_plugin.WorkshopTerritories.Contains(_clientState.TerritoryType))
|
||||||
ImGui.TextColored(ImGuiColors.DalamudRed, "You are not in the Company Workshop.");
|
ImGui.TextColored(ImGuiColors.DalamudRed, "You are not in the Company Workshop.");
|
||||||
else if (!NearFabricationStation)
|
else if (!NearFabricationStation)
|
||||||
ImGui.TextColored(ImGuiColors.DalamudRed, "You are not near a Farbrication Station.");
|
ImGui.TextColored(ImGuiColors.DalamudRed, "You are not near a Fabrication Station.");
|
||||||
|
|
||||||
if (!IsDiscipleOfHand)
|
if (!IsDiscipleOfHand)
|
||||||
ImGui.TextColored(ImGuiColors.DalamudRed, "You need to be a Disciple of the Hand to start crafting.");
|
ImGui.TextColored(ImGuiColors.DalamudRed, "You need to be a Disciple of the Hand to start crafting.");
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net7.0-windows</TargetFramework>
|
<TargetFramework>net7.0-windows</TargetFramework>
|
||||||
<Version>4.2</Version>
|
<Version>4.3</Version>
|
||||||
<LangVersion>11.0</LangVersion>
|
<LangVersion>11.0</LangVersion>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
||||||
|
Loading…
Reference in New Issue
Block a user