mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-26 15:16:45 +01:00
Debug code - Why you be in main branch
This commit is contained in:
parent
83604ecb6d
commit
70601a4560
@ -195,8 +195,6 @@ public class PlayerListener implements Listener {
|
|||||||
|
|
||||||
case CAUGHT_ENTITY:
|
case CAUGHT_ENTITY:
|
||||||
Entity entity = event.getCaught();
|
Entity entity = event.getCaught();
|
||||||
System.out.println(event.getState());
|
|
||||||
System.out.println(entity);
|
|
||||||
if (fishingManager.canShake(entity)) {
|
if (fishingManager.canShake(entity)) {
|
||||||
fishingManager.shakeCheck((LivingEntity) entity);
|
fishingManager.shakeCheck((LivingEntity) entity);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user