Update FaweLocalBlockQueue.java

This commit is contained in:
Jesse Boyd 2019-11-06 09:49:01 +00:00
parent 240b2de90c
commit 54a9e03cd6
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F

View File

@ -71,7 +71,7 @@ public class FaweLocalBlockQueue extends LocalBlockQueue {
@Override
public boolean setBlock(final int x, final int y, final int z, final BlockState id) {
return setBlock(x, y, z, id);
return IMP.setBlock(x, y, z, id);
}
@Override