Ignore PlayerInteracts with off-hand item.

Fixes WORLDEDIT-3437
The API will need to be changed to accomodate off-hand tools etc
This commit is contained in:
wizjany
2016-05-15 03:29:58 -04:00
parent 7be1395ae2
commit 32fb5b302d
2 changed files with 11 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ repositories {
dependencies {
compile project(':worldedit-core')
compile 'com.sk89q:dummypermscompat:1.8'
compile 'org.bukkit:bukkit:1.8.8-R0.1-SNAPSHOT' // zzz
compile 'org.bukkit:bukkit:1.9.4-R0.1-SNAPSHOT' // zzz
testCompile 'org.mockito:mockito-core:1.9.0-rc1'
}