We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfbcbf5 commit 25ff2a0Copy full SHA for 25ff2a0
Brio/UI/Components/ActorStatusEffectControls.cs
@@ -17,7 +17,7 @@ public unsafe static void Draw(DalamudGameObject actor)
17
{
18
if(!actor.IsBattleNPC())
19
20
- ImGui.Text("Incompatible actor type");
+ ImGui.Text("Incompatible actor type.");
21
return;
22
}
23
0 commit comments