Removed debug message

This commit is contained in:
Zeshan Aslam 2017-06-22 21:30:03 -04:00
parent 5a7d7b60a9
commit 14a6f54bb8
4 changed files with 5 additions and 3 deletions

View File

@ -72,4 +72,7 @@ Look Distance: 10
Can See: true
# Hide action health if entity has invisible potion on.
Invisible Potion: true
Invisible Potion: true
# Hide if entity is in spectator mode.
Spectator Mode: true

View File

@ -1,6 +1,6 @@
name: ActionHealth
main: com.zeshanaslam.actionhealth.Main
version: 3.1.8
version: 3.1.9
softdepend: [MVdWPlaceholderAPI]
commands:
Actionhealth:

View File

@ -83,7 +83,6 @@ public class HealthUtil {
if (plugin.settingsManager.blacklist.contains(name)) return null;
System.out.println(entity.getName());
if (plugin.settingsManager.stripName) name = ChatColor.stripColor(name);
if (plugin.settingsManager.translate.containsKey(entity.getName()))
name = plugin.settingsManager.translate.get(entity.getName());