Some fixes

Fixes #641
Closes #640 (need to also update Plot2Dynmap)
Fixes #637 (duplicate)
Fixes #636
Fixes #634
This commit is contained in:
boy0001
2015-09-26 18:05:27 +10:00
parent d42ef3cf63
commit a93e8fac38
7 changed files with 11 additions and 8 deletions

View File

@ -1120,6 +1120,9 @@ public class PlayerEvents extends com.plotsquared.listener.PlotListener implemen
case DRAGON_EGG: {
eventType = PlayerBlockEventType.TELEPORT_OBJECT;
break;
}
default: {
if (blockId > 197) {
eventType = PlayerBlockEventType.INTERACT_BLOCK;
}
break;