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

Co-authored-by: Nathan Curran <30569566+Focusvity@users.noreply.github.com>
This commit is contained in:
DragonSlayer2189 2020-08-17 19:00:07 -04:00 committed by GitHub
parent 6dbc99690a
commit 7e8a519c87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,7 +73,7 @@ public class Command_kick extends FreedomCommand
}
else
{
sender.sendMessage(ChatColor.GRAY + "Kicked " + player.getName() + " quietly.");
msg("Kicked " + player.getName() + " quietly.");
}
}