Skip to content

Commit

Permalink
Fixes parent reference
Browse files Browse the repository at this point in the history
  • Loading branch information
kamronbatman committed Jun 2, 2024
1 parent 76b8ed9 commit 45e24e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Projects/Server/Items/Item.cs
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,7 @@ public string Name
}

// Note: Setting the parent via command/props causes problems.
[IgnoreDupe]
[CommandProperty(AccessLevel.GameMaster, readOnly: true)]
public IEntity Parent
{
Expand Down

0 comments on commit 45e24e0

Please sign in to comment.