mirror of
https://github.com/plexusorg/Plex.git
synced 2026-06-04 05:26:55 +00:00
New database API
This commit is contained in:
@@ -93,7 +93,6 @@ public class TempmuteCMD extends ServerCommand
|
||||
punishment.setCustomTime(true);
|
||||
punishment.setEndDate(endDate);
|
||||
punishment.setType(PunishmentType.MUTE);
|
||||
punishment.setPunishedUsername(player.getName());
|
||||
punishment.setIp(player.getAddress().getAddress().getHostAddress().trim());
|
||||
punishment.setReason(reason);
|
||||
punishment.setActive(true);
|
||||
|
||||
Reference in New Issue
Block a user