Add missing ignored components for the client (#1337)

* Fix client unknown component errors

* Update Content.Client/IgnoredComponents.cs

Co-authored-by: Víctor Aguilera Puerto <6766154+Zumorica@users.noreply.github.com>
This commit is contained in:
DrSmugleaf
2020-07-10 13:56:39 +02:00
committed by GitHub
parent 8785371563
commit 257189141e

View File

@@ -127,7 +127,11 @@
"Wire",
"StressTestMovement",
"Toys",
"SurgeryTool"
"SurgeryTool",
"Slippery",
"EmitSoundOnThrow",
"Flash",
"DamageOnToolInteract",
};
}
}