Skip to content
This repository was archived by the owner on Jan 13, 2023. It is now read-only.

Commit e64d2dd

Browse files
author
BuildTools
committed
Full code redesign
1 parent 63b90e1 commit e64d2dd

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/main/java/ru/enis/ehidetags/events/onInteract.java

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ public onInteract(Core pluginA){
2121
@EventHandler
2222
public void interact(PlayerInteractAtEntityEvent e) {
2323
if (e.getRightClicked() instanceof Player) {
24-
System.out.println("onInteract");
2524
if(Bukkit.getPluginManager().getPlugin("PlaceholderAPI") != null) {
2625
e.getPlayer().spigot().sendMessage(ChatMessageType.ACTION_BAR, TextComponent.fromLegacyText(ChatColor.translateAlternateColorCodes('&', PlaceholderAPI.setPlaceholders((Player) e.getRightClicked(), Config.message))));
2726
} else {

src/main/java/ru/enis/ehidetags/events/onJoin.java

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ public onJoin(Core pluginA){
1515
@EventHandler
1616
public void join(PlayerJoinEvent e) {
1717
other.hideName(e.getPlayer());
18-
System.out.println("onJoin");
1918
}
2019
}
2120

0 commit comments

Comments
 (0)