deps: bump CS

This commit is contained in:
goat 2022-12-10 12:31:06 +01:00
parent 80afbf9f45
commit 407b03ea57
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
2 changed files with 2 additions and 2 deletions

View file

@ -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.