Edited Code and Changes Map Names

This commit is contained in:
Eddie Annor 2024-09-03 17:17:07 +01:00 committed by GitHub
parent f03d70b5c5
commit cbbcb12781
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 5 additions and 0 deletions

View file

@ -162,6 +162,10 @@ const communityOpponents = {
[CommunityOpponents.ProjectIX]: {
text: "Project IX",
colour: ["#FFFFFF", "#000000"]
},
[CommunityOpponents.ProjectX]: {
text: "Project X",
colour: ["#000000", "#FFFFFF"]
}
}