Skip to content

Commit

Permalink
Added Akarin and Glowstone in server compatibility check (#620)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rem authored and Poslovitch committed Mar 28, 2019
1 parent 1c2d3be commit 8581522
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,11 @@ public boolean isCanLaunch() {
public enum ServerSoftware {
CRAFTBUKKIT(Compatibility.INCOMPATIBLE),
BUKKIT(Compatibility.INCOMPATIBLE),
GLOWSTONE(Compatibility.INCOMPATIBLE),
SPIGOT(Compatibility.COMPATIBLE),
PAPER(Compatibility.NOT_SUPPORTED),
TACOSPIGOT(Compatibility.NOT_SUPPORTED);
TACOSPIGOT(Compatibility.NOT_SUPPORTED),
AKARIN(Compatibility.NOT_SUPPORTED);

private Compatibility compatibility;

Expand Down

0 comments on commit 8581522

Please sign in to comment.