- Potential fix for tells getting stuck
- Allow debugger use outside of debug builds
This commit is contained in:
@@ -27,4 +27,7 @@ public static class Sheets
|
||||
TextCommandSheet = Plugin.DataManager.GetExcelSheet<TextCommand>();
|
||||
EventItemHelpSheet = Plugin.DataManager.GetExcelSheet<EventItemHelp>();
|
||||
}
|
||||
|
||||
public static bool IsInForay() => TerritorySheet.TryGetRow(Plugin.ClientState.TerritoryType, out var row) &&
|
||||
row.TerritoryIntendedUse.RowId == 41;
|
||||
}
|
||||
Reference in New Issue
Block a user