mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-26 02:19:18 +01:00
bump cs, fix warnings
This commit is contained in:
parent
d3bd5f1dce
commit
ff36f08d0c
12 changed files with 27 additions and 24 deletions
|
|
@ -97,7 +97,7 @@ internal sealed class AetheryteEntry : IAetheryteEntry
|
|||
public uint GilCost => this.data.GilCost;
|
||||
|
||||
/// <inheritdoc />
|
||||
public bool IsFavourite => this.data.IsFavourite != 0;
|
||||
public bool IsFavourite => this.data.IsFavourite;
|
||||
|
||||
/// <inheritdoc />
|
||||
public bool IsSharedHouse => this.data.IsSharedHouse;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue