Suppress deprecation warning for now.

This commit is contained in:
asofold 2013-03-16 00:16:58 +01:00
parent 5dcddaed18
commit 7d17fb67b4

View File

@ -256,7 +256,8 @@ public class MovingListener extends CheckListener implements TickListener, IRemo
* @param event
* the event
*/
@EventHandler(
@SuppressWarnings("deprecation")
@EventHandler(
ignoreCancelled = true, priority = EventPriority.MONITOR)
public void onBlockPlace(final BlockPlaceEvent event) {
/*