mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-15 04:17:43 +01:00
Merge branch 'master' of github.com:goatcorp/Dalamud
This commit is contained in:
commit
f42832c98e
5 changed files with 27 additions and 9 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue