Skip to content

Commit

Permalink
No serializer, missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
whatston3 committed Dec 27, 2024
1 parent a27193f commit 9f6bf91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Content.Shared/_NF/Trade/TradeCrateComponent.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System.Threading;
using Content.Shared.Cargo;
using Robust.Shared.GameStates;
using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom;

namespace Content.Shared._NF.Trade;

Expand All @@ -26,7 +25,7 @@ public sealed partial class TradeCrateComponent : Component
/// <summary>
/// If non-zero, this crate will be an express delivery.
/// </summary>
[DataField(serverOnly: true, customTypeSerializer: typeof(TimeOffsetSerializer))]
[DataField(serverOnly: true)]
public TimeSpan ExpressDeliveryDuration = TimeSpan.Zero;

/// <summary>
Expand Down
1 change: 1 addition & 0 deletions Content.Shared/_NF/Trade/TradeCrateVisuals.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
using Robust.Shared.Serialization;

namespace Content.Shared._NF.Trade;

/// <summary>
/// Stores the visuals for trade crates.
/// </summary>
Expand Down

0 comments on commit 9f6bf91

Please sign in to comment.