Skip to content

Commit 6552b2a

Browse files
Added Wool Wars to GameType Enum (#546)
* Added Wool Wars to GameType Enum * Update GameType.java Co-authored-by: Connor Linfoot <[email protected]>
1 parent d77a9d8 commit 6552b2a

File tree

1 file changed

+1
-0
lines changed
  • hypixel-api-core/src/main/java/net/hypixel/api/data/type

1 file changed

+1
-0
lines changed

hypixel-api-core/src/main/java/net/hypixel/api/data/type/GameType.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ public enum GameType implements ServerType {
3030
PIT("Pit", "Pit", 64),
3131
REPLAY("Replay", "Replay", 65),
3232
SMP("SMP", "SMP", 67),
33+
WOOL_GAMES("Wool Wars", "WoolGames", 68),
3334
;
3435

3536
private static final GameType[] VALUES = values();

0 commit comments

Comments
 (0)