mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 01:05:38 +00:00
It was just a little mistake
This commit is contained in:
parent
40a78f8608
commit
7c7265e662
@ -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));
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user