Quellcode durchsuchen

Add chat message to `/phb next` command

Lilith Song vor 3 Jahren
Ursprung
Commit
b56d6fad3c
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      HuntBuddy/Plugin.cs

+ 1 - 1
HuntBuddy/Plugin.cs

@@ -202,7 +202,7 @@ namespace HuntBuddy
 						}
 						if (chosen != null)
 						{
-							PluginLog.Information($"Selected next hunt target: {chosen.Name}");
+							Chat.Print($"Hunting {chosen.Name} in {chosen.TerritoryName}");
 							Location.CreateMapMarker(
 								chosen.TerritoryType,
 								chosen.MapId,