Skip to content

Commit

Permalink
I fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnemotechnician committed Aug 14, 2024
1 parent 2cf479d commit 95abaa6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public sealed partial class SingerComponent : Component
{
// Traits are server-only, and is this is added via traits, it must be replicated to the client.
[DataField(required: true), AutoNetworkedField]
public ProtoId<SingerInstrumentPrototype> Proto;
public ProtoId<SingerInstrumentPrototype> Proto = string.Empty;

[DataField(serverOnly: true)]
public EntityUid? MidiAction;
Expand Down

0 comments on commit 95abaa6

Please sign in to comment.