Merge branch 'master' into 2021-12-03-remove-IEntity-komm-süsser-todd
This commit is contained in:
commit
8985a672de
|
|
@ -106,7 +106,7 @@ namespace Content.Shared.Slippery
|
|||
PlaySound(component);
|
||||
}
|
||||
|
||||
_adminLog.Add(LogType.Slip, LogImpact.Low, $"{component.Owner} slipped on collision with {otherBody.Owner}");
|
||||
_adminLog.Add(LogType.Slip, LogImpact.Low, $"{otherBody.Owner} slipped on collision with {component.Owner}");
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue