Fixed typo in AdminRangeDisplayCommand

This commit is contained in:
Florian CUNY 2018-10-14 09:49:45 +02:00
parent 42ffe34796
commit 98487512f9

View File

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