mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 14:23:40 +01:00
fix: stub Party List
This commit is contained in:
parent
a3cd6b5448
commit
3bfd6740d5
1 changed files with 3 additions and 3 deletions
|
|
@ -31,7 +31,8 @@ namespace Dalamud.Game.ClientState
|
|||
|
||||
public void Enable()
|
||||
{
|
||||
this.partyListUpdateHook.Enable();
|
||||
// TODO Fix for 5.3
|
||||
//this.partyListUpdateHook.Enable();
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
|
|
@ -52,8 +53,7 @@ namespace Dalamud.Game.ClientState
|
|||
|
||||
public PartyMember this[int index]
|
||||
{
|
||||
get
|
||||
{
|
||||
get {
|
||||
if (!this.isReady)
|
||||
return null;
|
||||
if (index >= Length)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue