Remove double pickup log (#7972)

This commit is contained in:
Kara
2022-05-06 01:52:34 -07:00
committed by GitHub
parent 7d22b07ae5
commit f2e4b3a237

View File

@@ -125,8 +125,6 @@ namespace Content.Server.Hands.Systems
// update gui of anyone stripping this entity.
_strippableSystem.SendUpdate(uid);
_logSystem.Add(LogType.Pickup, LogImpact.Low, $"{uid} picked up {entity}");
}