Update src/main/java/me/totalfreedom/totalfreedommod/command/Command_ban.java

Co-authored-by: Nathan Curran <30569566+Focusvity@users.noreply.github.com>
This commit is contained in:
DragonSlayer2189 2020-08-17 18:59:26 -04:00 committed by GitHub
parent 8628e88e3a
commit 388e1fd52d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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