mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 14:23: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.
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 9cb2eb33826f62f7e3525e1f6ca08a974b35c76b
|
||||
Subproject commit aa8cf2754333fcc98b3e10c0fc9461e4de22a49d
|
||||
Loading…
Add table
Add a link
Reference in a new issue