Fixed Stik VS Screen hopefully

This commit is contained in:
Eddie Annor 2024-08-13 14:42:06 +01:00 committed by GitHub
parent e2da7354e8
commit fcd0787454
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 2 additions and 9 deletions

View file

Before

Width:  |  Height:  |  Size: 241 KiB

After

Width:  |  Height:  |  Size: 241 KiB

View file

@ -143,11 +143,8 @@ const opponents = {
[Opponents.MasterOG]: { [Opponents.MasterOG]: {
text: "Master OG", text: "Master OG",
colour: ["#FF0000", "#FFFFFF"] colour: ["#FF0000", "#FFFFFF"]
} },
} [Opponents.Stik]: {
const communityopponents = {
[CommunityOpponents.Stik]: {
text: "Stik", text: "Stik",
colour: ["#FF0000", "#000000"] colour: ["#FF0000", "#000000"]
} }

View file

@ -127,10 +127,6 @@ export enum Opponents {
Dicey2024 = "Dicey2024", Dicey2024 = "Dicey2024",
CakeDay = "CakeDay", CakeDay = "CakeDay",
MasterOG = "MasterOG", MasterOG = "MasterOG",
}
export enum CommunityOpponents {
None = "None",
Stik = "Stik", Stik = "Stik",
} }