mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 14:23:40 +01:00
Hotfix for AddonArgs infinite loop (#1571)
This commit is contained in:
parent
4d0cce134f
commit
5a5cc5701a
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ public abstract unsafe class AddonArgs
|
|||
/// </summary>
|
||||
internal nint AddonInternal
|
||||
{
|
||||
get => this.Addon;
|
||||
get => this.addon;
|
||||
set
|
||||
{
|
||||
if (this.addon == value)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue