Allow flint and steel fire in edit mode.

This commit is contained in:
garbagemule 2013-07-30 13:48:04 +02:00
parent a5fb96a880
commit 7d27e52d7c

View File

@ -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);