mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-24 11:45:31 +01:00
Fixed typo in AdminRangeDisplayCommand
This commit is contained in:
parent
42ffe34796
commit
98487512f9
@ -92,7 +92,7 @@ public class AdminRangeDisplayCommand extends CompositeCommand {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Draw the island area
|
// Draw the island area
|
||||||
drawZone(user, Particle.REDSTONE, new Particle.DustOptions(Color.GRAY, 1.0F),island.getCenter(), island.getRange());
|
drawZone(user, Particle.REDSTONE, new Particle.DustOptions(Color.GRAY, 1.0F), island.getCenter(), island.getRange());
|
||||||
});
|
});
|
||||||
}, 20, 30));
|
}, 20, 30));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user