Jelajahi Sumber

Add chat message to `/phb next` command

Lilith Song 3 tahun lalu
induk
melakukan
b56d6fad3c
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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,