updated to use corrected joinList function.

This commit is contained in:
okamosy 2011-08-23 22:58:19 +01:00 committed by KHobbits
parent 53a73998a2
commit 6946488e0d
5 changed files with 20 additions and 33 deletions

View file

@ -55,7 +55,7 @@ public class Commandhome extends EssentialsCommand
}
else
{
user.sendMessage(Util.format("homes", homes.toString()));
user.sendMessage(Util.format("homes", Util.joinList(homes)));
}
}
}