mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-07-29 20:24:04 +00:00
It was just a little mistake
This commit is contained in:
@@ -143,7 +143,7 @@ public class Command_stfu extends FreedomCommand
|
|||||||
}
|
}
|
||||||
msg("Muted " + player.getName());
|
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));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user