(5ee41d152) Fixed damaged item sprites not updating client-side after being repaired.

This commit is contained in:
Joonas Rikkonen
2019-04-29 21:04:51 +03:00
parent dfb664e10f
commit 42e541f3fa
@@ -872,6 +872,7 @@ namespace Barotrauma
ic.PlaySound(ActionType.OnBroken, WorldPosition); ic.PlaySound(ActionType.OnBroken, WorldPosition);
} }
} }
SetActiveSprite();
break; break;
case NetEntityEvent.Type.ApplyStatusEffect: case NetEntityEvent.Type.ApplyStatusEffect:
{ {