From 9a595fb654d97a00a1619d090f848e5d1e020859 Mon Sep 17 00:00:00 2001 From: joethei Date: Sun, 20 Nov 2016 09:43:31 +0100 Subject: [PATCH] build fix ? --- .gitignore | 3 ++- src/main/java/eu/univento/commons/server/ServerType.java | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bfa6a22..9d2a752 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -# Created by .ignore support plugin (hsz.mobi) +Commons.iml +target \ No newline at end of file diff --git a/src/main/java/eu/univento/commons/server/ServerType.java b/src/main/java/eu/univento/commons/server/ServerType.java index 4f7a6fe..d21ff63 100644 --- a/src/main/java/eu/univento/commons/server/ServerType.java +++ b/src/main/java/eu/univento/commons/server/ServerType.java @@ -4,6 +4,7 @@ package eu.univento.commons.server; * @author joethei * @version 0.1 */ + public enum ServerType { LOBBY(0, "Lobby", "§6Lobby"), SECRET_GAME_FREE4ALL(1, "Free4All", "§6Free4All"),