I'm walking...

(Yes, I'm doing this on my iPhone)
Should fix #530.
This commit is contained in:
main() 2012-03-01 13:12:09 +01:00
parent 283913010f
commit 8c63cac4c5
1 changed files with 1 additions and 1 deletions

View File

@ -522,7 +522,7 @@ public class MultiverseCore extends JavaPlugin implements MVPlugin, Core {
@Override
public String getAuthors() {
String authors = "";
ArrayList<String> auths = this.getDescription().getAuthors();
List<String> auths = this.getDescription().getAuthors();
if (auths.size() == 0) {
return "";
}