Save the ban reason, not the command name.

This commit is contained in:
KHobbits 2011-10-18 05:35:21 +01:00
parent 27a0552c2a
commit 625c7d0302

View File

@ -46,7 +46,7 @@ public class Commandban extends EssentialsCommand
if (args.length > 1)
{
banReason = getFinalArg(args, 1);
player.setBanReason(commandLabel);
player.setBanReason(banReason);
}
else
{