It was just a little mistake

This commit is contained in:
ZeroEpoch1969
2018-03-02 21:34:43 -07:00
parent 40a78f8608
commit 7c7265e662

View File

@ -143,7 +143,7 @@ public class Command_stfu extends FreedomCommand
}
msg("Muted " + player.getName());
plugin.pul.logPunishment(new Punishment(player.getName(), Ips.getIp(player), sender.getName(), PunishmentType.TEMPBAN, reason));
plugin.pul.logPunishment(new Punishment(player.getName(), Ips.getIp(player), sender.getName(), PunishmentType.MUTE, reason));
}