mirror of
https://github.com/plexusorg/Plex.git
synced 2025-02-14 04:48:00 +00:00
git
This commit is contained in:
parent
7d2a25668a
commit
ee18ae324d
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ public class TempbanCMD extends PlexCommand
|
|||
return messageComponent("playerBanned");
|
||||
}
|
||||
Punishment punishment = new Punishment(targetUUID, getUUID(sender));
|
||||
punishment.setType(PunishmentType.BAN);
|
||||
punishment.setType(PunishmentType.TEMPBAN);
|
||||
if (args.length > 2)
|
||||
{
|
||||
reason = StringUtils.join(args, " ", 2, args.length);
|
||||
|
|
Loading…
Reference in a new issue