Cleaned up ForgeWorld, AbstractWorld.
Change block setting method in Forge to a more proper one.
This commit is contained in:
@@ -82,7 +82,7 @@ public class LocalWorldAdapter extends LocalWorld {
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean setBlock(Vector position, BaseBlock block, boolean notifyAndLight) {
|
||||
public boolean setBlock(Vector position, BaseBlock block, boolean notifyAndLight) throws WorldEditException {
|
||||
return world.setBlock(position, block, notifyAndLight);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user