Update comment

This commit is contained in:
BuildTools 2019-02-14 03:01:55 -05:00
parent 89c01c68c0
commit f3734f6545

View File

@ -152,7 +152,7 @@ public class LocaleQuery {
* @param player The player for whom the message is to be sent
* @param message The message to be sent to the player
* @param type The entity type to be translated
* @param career Villager career if applicable, or null
* @param extra Carreer, Ocelot, or Rabbit type if applicable
*/
public void sendMessage(Player player, String message, EntityType type, String extra) {
if (type == null ) {