mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2026-07-16 02:25:13 +00:00
Update src/main/java/me/totalfreedom/totalfreedommod/command/Command_ban.java
Co-authored-by: Nathan Curran <[email protected]>
This commit is contained in:
co-authored by
Nathan Curran
parent
8628e88e3a
commit
388e1fd52d
@@ -106,7 +106,7 @@ public class Command_ban extends FreedomCommand
|
||||
}
|
||||
else
|
||||
{
|
||||
sender.sendMessage(ChatColor.GRAY + "Banned " + player.getName() + " quietly.");
|
||||
msg("Banned " + player.getName() + " quietly.");
|
||||
}
|
||||
// Kill player
|
||||
player.setHealth(0.0);
|
||||
|
||||
Reference in New Issue
Block a user