Merge branch 'master' of github.com:goatcorp/Dalamud

This commit is contained in:
goat 2023-01-10 18:57:18 +01:00
commit f42832c98e
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
5 changed files with 27 additions and 9 deletions

View file

@ -451,6 +451,10 @@ internal class DataWindow : Window
{
ImGui.TextUnformatted("LocalPlayer null.");
}
else if (clientState.IsPvPExcludingDen)
{
ImGui.TextUnformatted("Cannot access object table while in PvP.");
}
else
{
stateString += $"ObjectTableLen: {objectTable.Length}\n";