Skip to content

Commit

Permalink
// Corvax-Next-Footsteps
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainSqrBeard committed Nov 30, 2024
1 parent 0f553e1 commit 7adfc50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/Fluids/EntitySystems/PuddleSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ private void OnSolutionUpdate(Entity<PuddleComponent> entity, ref SolutionContai

_deletionQueue.Remove(entity);
UpdateSlip(entity, entity.Comp, args.Solution);
UpdateSlow(entity, args.Solution, entity.Comp);
UpdateSlow(entity, args.Solution, entity.Comp); // Corvax-Next-Footsteps
UpdateEvaporation(entity, args.Solution);
UpdateAppearance(entity, entity.Comp);
}
Expand Down

0 comments on commit 7adfc50

Please sign in to comment.