Skip to content

Commit 337bebe

Browse files
Update MainPlugin.cs
1 parent 69a16ed commit 337bebe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Code/Plugin/MainPlugin.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public record Contributor(string Name, Contribution Contribution, string? Id = n
3737
[Flags]
3838
public enum Contribution : ushort
3939
{
40-
LeadDeveloper = 1 << 8,
40+
ProjectLead = 1 << 8,
4141
Developer = 1 << 7,
4242
QualityAssurance = 1 << 6,
4343
Sponsor = 1 << 5,
@@ -51,7 +51,7 @@ public enum Contribution : ushort
5151
[
5252
new(
5353
Instance.Author,
54-
Contribution.LeadDeveloper,
54+
Contribution.ProjectLead,
5555
"76561198361176072@steam"
5656
),
5757
new(

0 commit comments

Comments
 (0)