- Potential fix for tells getting stuck

- Allow debugger use outside of debug builds
This commit is contained in:
Infi
2024-12-23 04:48:40 +01:00
parent 70971d7b8a
commit f6dd0359e7
5 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -543,7 +543,7 @@ public sealed class PayloadHandler
if (ImGui.Selectable(Language.Context_SendTell))
{
// Eureka and Bozja need special handling as tells work different
if (Sheets.TerritorySheet.GetRow(Plugin.ClientState.TerritoryType).TerritoryIntendedUse.RowId != 41)
if (!Sheets.IsInForay())
{
LogWindow.Chat = $"/tell {player.PlayerName}";
if (world.Value.IsPublic)