Skip to content

Commit

Permalink
Log for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
whatston3 committed Oct 16, 2024
1 parent 4329200 commit 547e196
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Content.IntegrationTests/Tests/EntityTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ await server.WaitPost(() =>
.ToList();
foreach (var protoId in protoIds)
{
Logger.Info($"Spawning proto {protoId}");
entityMan.SpawnEntity(protoId, map.GridCoords);
}
});
Expand Down
3 changes: 2 additions & 1 deletion Content.Shared/Cargo/Components/StackPriceComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ public sealed partial class StackPriceComponent : Component
/// </summary>
[DataField("price", required: true)]
public double Price;

/// <summary>
/// The price a full stack of this object sells for from a vendor.
/// Frontier: The price a full stack of this object sells for from a vendor.
/// </summary>
[DataField]
public double VendPrice;
Expand Down

0 comments on commit 547e196

Please sign in to comment.