Skip to content

Commit

Permalink
Added debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexMl committed Dec 30, 2015
1 parent 6e79ae5 commit 17a4cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/me/Aubli/ZvP/Listeners/InteractListener.java
Expand Up @@ -106,7 +106,7 @@ public void onPlayerInteract(PlayerInteractEvent event) {
}

if (event.getAction() == Action.RIGHT_CLICK_BLOCK) {
ZvP.getPluginLogger().log(getClass(), Level.ALL, "action == RIGHT_CLICK_BLOCK; isSign:" + this.sm.isZVPSign(event.getClickedBlock().getLocation()), true, true);
ZvP.getPluginLogger().log(getClass(), Level.ALL, "action == RIGHT_CLICK_BLOCK; Block:" + event.getClickedBlock().getType() + " isSign:" + this.sm.isZVPSign(event.getClickedBlock().getLocation()), true, true);
if (this.sm.isZVPSign(event.getClickedBlock().getLocation())) {
ZvP.getPluginLogger().log(getClass(), Level.ALL, "signType:" + this.sm.getType(event.getClickedBlock().getLocation()), true, true);

Expand Down

0 comments on commit 17a4cff

Please sign in to comment.