Transfter

This commit is contained in:
Pieter-Jan Briers
2021-01-22 23:04:20 +01:00
parent b2ae658c81
commit fd7fcbadda

View File

@@ -251,7 +251,7 @@ namespace Content.Server.GameObjects.Components.Chemistry
targetSolution.TryAddSolution(removedSolution);
Owner.PopupMessage(user, Loc.GetString("You transfter {0}u to {1:theName}", removedSolution.TotalVolume, targetSolution.Owner));
Owner.PopupMessage(user, Loc.GetString("You transfer {0}u to {1:theName}", removedSolution.TotalVolume, targetSolution.Owner));
Dirty();
}