Skip to content

Commit

Permalink
фикс ToggleableGhostRoleComponent
Browse files Browse the repository at this point in the history
  • Loading branch information
VigersRay committed Jan 18, 2025
1 parent 250b39a commit fed7696
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public sealed partial class ToggleableGhostRoleComponent : Component
/// A list of mind roles that will be added to the entity's mind
/// </summary>
[DataField]
public List<EntProtoId> MindRoles;
public List<EntProtoId> MindRoles = new() { "MindRoleGhostRoleNeutral" };

/// <summary>
/// The displayed name of the verb to wipe the controlling player
Expand Down

0 comments on commit fed7696

Please sign in to comment.