diff --git a/Content.Server/Physics/Controllers/MoverController.cs b/Content.Server/Physics/Controllers/MoverController.cs index 23d3b423f3..5ae9cdf509 100644 --- a/Content.Server/Physics/Controllers/MoverController.cs +++ b/Content.Server/Physics/Controllers/MoverController.cs @@ -168,7 +168,7 @@ namespace Content.Server.Physics.Controllers { // Walking on a tile. var def = (ContentTileDefinition) _tileDefinitionManager[tile.Tile.TypeId]; - if (def.FootstepSounds == null) + if (string.IsNullOrEmpty(def.FootstepSounds)) { // Nothing to play, oh well. return;