mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-20 06:47:44 +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()
|
public void Enable()
|
||||||
{
|
{
|
||||||
this.partyListUpdateHook.Enable();
|
// TODO Fix for 5.3
|
||||||
|
//this.partyListUpdateHook.Enable();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void Dispose()
|
public void Dispose()
|
||||||
|
|
@ -52,8 +53,7 @@ namespace Dalamud.Game.ClientState
|
||||||
|
|
||||||
public PartyMember this[int index]
|
public PartyMember this[int index]
|
||||||
{
|
{
|
||||||
get
|
get {
|
||||||
{
|
|
||||||
if (!this.isReady)
|
if (!this.isReady)
|
||||||
return null;
|
return null;
|
||||||
if (index >= Length)
|
if (index >= Length)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue