Hotfix for AddonArgs infinite loop (#1571)

This commit is contained in:
MidoriKami 2023-12-09 20:30:58 -08:00 committed by GitHub
parent 4d0cce134f
commit 5a5cc5701a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,7 @@ public abstract unsafe class AddonArgs
/// </summary>
internal nint AddonInternal
{
get => this.Addon;
get => this.addon;
set
{
if (this.addon == value)