소스 검색

Add chat message to `/phb next` command

Lilith Song 3 년 전
부모
커밋
b56d6fad3c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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,