Skip to content

Commit

Permalink
Minelayer: remove unnecessary requirement Rearmable
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldgg2 authored and PunkPun committed Apr 3, 2024
1 parent af81dca commit ed5c7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenRA.Mods.Common/Traits/Minelayer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

namespace OpenRA.Mods.Common.Traits
{
public class MinelayerInfo : TraitInfo, Requires<RearmableInfo>
public class MinelayerInfo : TraitInfo
{
[ActorReference]
public readonly string Mine = "minv";
Expand Down

0 comments on commit ed5c7bb

Please sign in to comment.