fix: Fixes null components in BaseAddon (#2208)
This commit is contained in:
parent
78e2e24fcd
commit
0d2ed60fed
2 changed files with 10 additions and 2 deletions
|
|
@ -104,7 +104,7 @@ namespace Server.Items
|
|||
}
|
||||
|
||||
[SerializableField(0)]
|
||||
[SerializedCommandProperty(AccessLevel.GameMaster)]
|
||||
[SerializedCommandProperty(AccessLevel.GameMaster, readOnly: true)]
|
||||
public BaseAddon _addon;
|
||||
|
||||
[SerializableField(1)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue