We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 337bebe commit a65f464Copy full SHA for a65f464
Code/Plugin/MainPlugin.cs
@@ -54,16 +54,16 @@ public enum Contribution : ushort
54
Contribution.ProjectLead,
55
"76561198361176072@steam"
56
),
57
- new(
58
- "Whitty985playz",
59
- Contribution.QualityAssurance | Contribution.EarlyAdopter,
60
- "76561198859902154@steam"
61
- ),
62
new(
63
"Tosoks67",
64
Contribution.Developer | Contribution.Betatester,
65
"76561199175834203@steam"
66
+ new(
+ "Whitty985playz",
+ Contribution.QualityAssurance | Contribution.EarlyAdopter,
+ "76561198859902154@steam"
+ ),
67
68
"Krzysiu Wojownik",
69
Contribution.QualityAssurance | Contribution.Developer
0 commit comments