Skip to content

Commit

Permalink
last and fast
Browse files Browse the repository at this point in the history
  • Loading branch information
Vonsant authored Dec 19, 2024
1 parent edaae87 commit f2cc242
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public sealed class ReagentDispenserSystem : EntitySystem
[Dependency] private readonly UserInterfaceSystem _userInterfaceSystem = default!;
[Dependency] private readonly IPrototypeManager _prototypeManager = default!;
[Dependency] private readonly OpenableSystem _openable = default!;
[Dependency] private readonly LabelSystem _label = default!; // Corvax-Next-ChemLabeler
[Dependency] private readonly LabelSystem _label = default!; // Corvax-Next-Labeler

public override void Initialize()
{
Expand Down

0 comments on commit f2cc242

Please sign in to comment.