Browse Source

Fix incorrect name for LocalHuntsWindow

SheepGoMeh 2 years ago
parent
commit
f63b83ef0e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      HuntBuddy/Windows/LocalHuntsWindow.cs

+ 1 - 1
HuntBuddy/Windows/LocalHuntsWindow.cs

@@ -13,7 +13,7 @@ namespace HuntBuddy.Windows;
 public class LocalHuntsWindow : Window
 {
     public LocalHuntsWindow() : base(
-        $"{Plugin.Instance.Name}",
+        "Hunts in current area",
         ImGuiWindowFlags.NoNavInputs | ImGuiWindowFlags.NoDocking,
         true)
     {