fix: Fixes null components in BaseAddon (#2208)

This commit is contained in:
Kamron Batman 2025-06-02 22:11:40 -10:00 committed by GitHub
parent 78e2e24fcd
commit 0d2ed60fed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 2 deletions

View file

@ -104,7 +104,7 @@ namespace Server.Items
}
[SerializableField(0)]
[SerializedCommandProperty(AccessLevel.GameMaster)]
[SerializedCommandProperty(AccessLevel.GameMaster, readOnly: true)]
public BaseAddon _addon;
[SerializableField(1)]