mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 20:33:40 +01:00
deps: bump CS
This commit is contained in:
parent
80afbf9f45
commit
407b03ea57
2 changed files with 2 additions and 2 deletions
|
|
@ -46,7 +46,7 @@ public sealed unsafe partial class PartyList : IServiceType
|
|||
/// <summary>
|
||||
/// Gets a value indicating whether this group is an alliance.
|
||||
/// </summary>
|
||||
public bool IsAlliance => this.GroupManagerStruct->IsAlliance;
|
||||
public bool IsAlliance => this.GroupManagerStruct->AllianceFlags > 0;
|
||||
|
||||
/// <summary>
|
||||
/// Gets the address of the Group Manager.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue