Skip to content

Commit e8a78d4

Browse files
committed
Remove cloth components on server entities they alter meshes components, which don't exist in headless
Signed-off-by: Gene Walters <[email protected]>
1 parent 2da81f3 commit e8a78d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Registry/prefab.tools.setreg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"server": [ "{C7801FA8-3E82-4D40-B039-4854F1892FDE}", // MeshComponent
2626
"{E5A56D7F-C63E-4080-BF62-01326AC60982}", // MaterialComponent
2727
"{F82379FB-E2AE-4F75-A6F4-1AE5F5DA42E8}", // TerrainMacroMaterialComponent
28-
"{9380B039-EB03-4920-9F06-D90481E739E6}" // SimpleLODComponent
28+
"{9380B039-EB03-4920-9F06-D90481E739E6}", // SimpleLODComponent
29+
"{AC9B8FA0-A6DA-4377-8219-25BA7E4A22E9}" // Cloth Component
2930
]
3031
}
3132
},

0 commit comments

Comments
 (0)