Add aggelosQQ to the developers list

This commit is contained in:
JeromSar 2016-08-26 22:40:10 +02:00
parent 2008871658
commit 1e47d29adf
2 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,7 @@
package me.totalfreedom.totalfreedommod.command;
public enum SourceType {
public enum SourceType
{
ONLY_IN_GAME, ONLY_CONSOLE, BOTH;
}

View file

@ -36,7 +36,7 @@ public class FUtil
//
public static final String SAVED_FLAGS_FILENAME = "savedflags.dat";
// See https://github.com/TotalFreedom/License - None of the listed names may be removed.
public static final List<String> DEVELOPERS = Arrays.asList("Madgeek1450", "Prozza", "Wild1145", "WickedGamingUK");
public static final List<String> DEVELOPERS = Arrays.asList("Madgeek1450", "Prozza", "Wild1145", "WickedGamingUK", "aggelosQQ");
public static String DATE_STORAGE_FORMAT = "EEE, d MMM yyyy HH:mm:ss Z";
public static final Map<String, ChatColor> CHAT_COLOR_NAMES = new HashMap<>();
public static final List<ChatColor> CHAT_COLOR_POOL = Arrays.asList(