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>
|
/// <summary>
|
||||||
/// Gets a value indicating whether this group is an alliance.
|
/// Gets a value indicating whether this group is an alliance.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public bool IsAlliance => this.GroupManagerStruct->IsAlliance;
|
public bool IsAlliance => this.GroupManagerStruct->AllianceFlags > 0;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the address of the Group Manager.
|
/// 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