mirror of
https://github.com/garbagemule/MobArena.git
synced 2024-11-23 11:06:14 +01:00
Allow flint and steel fire in edit mode.
This commit is contained in:
parent
a5fb96a880
commit
7d27e52d7c
@ -281,6 +281,7 @@ public class ArenaListener
|
||||
|
||||
switch (event.getCause()) {
|
||||
case FLINT_AND_STEEL:
|
||||
if (arena.inEditMode()) return;
|
||||
if (arena.isRunning()) {
|
||||
if (b.getType() == Material.TNT) {
|
||||
Player planter = getPlanter(b);
|
||||
|
Loading…
Reference in New Issue
Block a user