Few fixes for FastModeExtent.

This commit is contained in:
Matthew Miller
2018-11-15 19:18:22 +10:00
committed by IronApollo
parent e88b8c961d
commit bc3562eb57
5 changed files with 36 additions and 6 deletions

View File

@ -549,4 +549,10 @@ public final class Spigot_v1_13_R2 extends CachedBukkitAdapter implements Bukkit
// TODO Auto-generated method stub
}
@Override
public void notifyAndLightBlock(Location position, BlockState previousType) {
// TODO Auto-generated method stub
}
}