Skip to content

Commit 86fb6ff

Browse files
authored
My steamid because I want da badge
1 parent 1b13f6f commit 86fb6ff

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
@@ -51,7 +51,7 @@ public enum Contribution : ushort
5151
[
5252
new(Instance.Author, Contribution.LeadDeveloper, "76561198361176072@steam"),
5353
new("Whitty985playz", Contribution.QualityAssurance | Contribution.EarlyAdopter),
54-
new("Tosoks67", Contribution.Developer | Contribution.Betatester),
54+
new("Tosoks67", Contribution.Developer | Contribution.Betatester, "76561199175834203@steam"),
5555
new("Krzysiu Wojownik", Contribution.QualityAssurance | Contribution.Developer),
5656
new("Jraylor", Contribution.Sponsor),
5757
new("Luke", Contribution.Sponsor | Contribution.Betatester),
@@ -160,4 +160,4 @@ private void OnJoined(PlayerJoinedEventArgs ev)
160160
.Spaceify()} *";
161161
});
162162
}
163-
}
163+
}

0 commit comments

Comments
 (0)