Skip to content

Commit

Permalink
Update Projects/UOContent/Items/Containers/Fillable Containers/Fillab…
Browse files Browse the repository at this point in the history
…leContainer.cs
  • Loading branch information
kamronbatman authored Jan 17, 2025
1 parent 843a3ea commit ed05c20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ private void DeserializeRespawnTimer(TimeSpan delay)
public FillableContainer(int itemID) : base(itemID)
{
Movable = false;
ContentType = FillableContentType.None;
_contentType = FillableContentType.None;
}

public virtual int MinRespawnMinutes => 60;
Expand Down

0 comments on commit ed05c20

Please sign in to comment.