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:
@@ -127,7 +127,11 @@
|
|||||||
"Wire",
|
"Wire",
|
||||||
"StressTestMovement",
|
"StressTestMovement",
|
||||||
"Toys",
|
"Toys",
|
||||||
"SurgeryTool"
|
"SurgeryTool",
|
||||||
|
"Slippery",
|
||||||
|
"EmitSoundOnThrow",
|
||||||
|
"Flash",
|
||||||
|
"DamageOnToolInteract",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user