mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2025-01-18 23:46:28 +01:00
Match GameTeamColors with Habbo
This commit is contained in:
parent
72c7e43b69
commit
d1df7b53cb
@ -2,19 +2,12 @@ package com.eu.habbo.habbohotel.games;
|
||||
|
||||
public enum GameTeamColors {
|
||||
|
||||
RED(0),
|
||||
NONE(0),
|
||||
|
||||
|
||||
GREEN(1),
|
||||
|
||||
|
||||
BLUE(2),
|
||||
|
||||
|
||||
YELLOW(3),
|
||||
|
||||
|
||||
NONE(4),
|
||||
RED(1),
|
||||
GREEN(2),
|
||||
BLUE(3),
|
||||
YELLOW(4),
|
||||
|
||||
ONE(5),
|
||||
TWO(6),
|
||||
@ -41,6 +34,6 @@ public enum GameTeamColors {
|
||||
}
|
||||
}
|
||||
|
||||
return RED;
|
||||
return NONE;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user