Stop network serializing prototypes (#38602)
* Stop network serializing prototypes Send the damn proto ID instead. * Fix sandbox violation
This commit is contained in:
committed by
GitHub
parent
bb7e7c3e5f
commit
73df3b1593
@@ -49,5 +49,5 @@ public sealed partial class VocalComponent : Component
|
||||
/// </summary>
|
||||
[ViewVariables]
|
||||
[AutoNetworkedField]
|
||||
public EmoteSoundsPrototype? EmoteSounds = null;
|
||||
public ProtoId<EmoteSoundsPrototype>? EmoteSounds = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user