It was just a little mistake

This commit is contained in:
ZeroEpoch1969 2018-03-02 21:34:43 -07:00
parent 40a78f8608
commit 7c7265e662
No known key found for this signature in database
GPG key ID: E0AAB104FB9F8FDF

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));
}