mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-06-11 13:33:54 +00:00
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:
@ -73,7 +73,7 @@ public class Command_kick extends FreedomCommand
|
||||
}
|
||||
else
|
||||
{
|
||||
sender.sendMessage(ChatColor.GRAY + "Kicked " + player.getName() + " quietly.");
|
||||
msg("Kicked " + player.getName() + " quietly.");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user