Add Gem Hunters as a catagory for the build server
This commit is contained in:
parent
d3bcc77e01
commit
3a6cef32a4
@ -2,12 +2,14 @@ package mineplex.mapparser;
|
||||
|
||||
public enum GameType
|
||||
{
|
||||
//Mini
|
||||
// Stand Alone
|
||||
Other("Other"),
|
||||
Unknown("Unknown"),
|
||||
Lobby("Lobby"),
|
||||
Event("Mineplex Event"),
|
||||
GemHunters("Gem Hunters"),
|
||||
|
||||
// Games
|
||||
BaconBrawl("Bacon Brawl"),
|
||||
Barbarians("A Barbarians Life"),
|
||||
Bridge("The Bridges"),
|
||||
@ -67,13 +69,13 @@ public enum GameType
|
||||
UHC("Ultra Hardcore"),
|
||||
WitherAssault("Wither Assault"),
|
||||
Wizards("Wizards"),
|
||||
ZombieSurvival("Zombie Survival"),
|
||||
ZombieSurvival("Zombie Survival"),
|
||||
|
||||
// Build States
|
||||
Upload("Upload"),
|
||||
Submissions("Submissions"),
|
||||
InProgress("In Progress"),
|
||||
|
||||
|
||||
None("None");
|
||||
|
||||
String _name;
|
||||
|
Loading…
Reference in New Issue
Block a user