mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-04 19:46:27 +00:00
updated to use corrected joinList function.
This commit is contained in:
parent
53a73998a2
commit
6946488e0d
5 changed files with 20 additions and 33 deletions
|
@ -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)));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue