Skip to content

Commit

Permalink
Include PlatformType.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Camotoy committed May 26, 2020
1 parent af669f2 commit cae888e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/main/java/org/geysermc/common/PlatformType.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
@AllArgsConstructor
public enum PlatformType {

BUKKIT("Bukkit"),
BUNGEECORD("BungeeCord"),
SPIGOT("Spigot"),
SPONGE("Sponge"),
STANDALONE("Standalone"),
VELOCITY("Velocity");
Expand Down

0 comments on commit cae888e

Please sign in to comment.