mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-16 17:16:11 +00:00
Super pick axe now ignites TNT.
This commit is contained in:
parent
778314f9e4
commit
c7a122a001
@ -117,6 +117,8 @@ public class HmodWorldEditListener extends PluginListener {
|
|||||||
if (WorldEditController.getServer().getBlockType(pos) == 7
|
if (WorldEditController.getServer().getBlockType(pos) == 7
|
||||||
&& !canUseCommand(modPlayer, "/worldeditbedrock")) {
|
&& !canUseCommand(modPlayer, "/worldeditbedrock")) {
|
||||||
return true;
|
return true;
|
||||||
|
} else if (WorldEditController.getServer().getBlockType(pos) == 46) {
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
WorldEditController.getServer().setBlockType(pos, 0);
|
WorldEditController.getServer().setBlockType(pos, 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user