Skip to content

Commit

Permalink
M_EMP Radio fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dvir001 committed Apr 22, 2024
1 parent 2cc5584 commit 6ccd277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/_NF/M_Emp/M_EmpGeneratorComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public sealed partial class M_EmpGeneratorComponent : SharedM_EmpGeneratorCompon
public TimeSpan Recharging = TimeSpan.FromSeconds(60);

[DataField("M_EmpChannel", customTypeSerializer: typeof(PrototypeIdSerializer<RadioChannelPrototype>))]
public string M_EmpChannel = "Security";
public string M_EmpChannel = "Nfsd";

/// <summary>
/// Current how much charge the generator currently has
Expand Down

0 comments on commit 6ccd277

Please sign in to comment.