Best to at least hope for DevBukkit acceptance.

This commit is contained in:
md_5 2012-10-16 17:59:37 +11:00
parent 914949d34e
commit e0b738e188

View File

@ -87,7 +87,7 @@ public class Configuration {
*/ */
public List<String> admins = new ArrayList<String>() { public List<String> admins = new ArrayList<String>() {
{ {
add("md_5"); add("Insert Admins Here");
} }
}; };
/** /**
@ -95,7 +95,7 @@ public class Configuration {
*/ */
public List<String> moderators = new ArrayList<String>() { public List<String> moderators = new ArrayList<String>() {
{ {
add("mbaxter"); add("Insert Moderators Here");
} }
}; };
/** /**