mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2025-01-14 03:21:24 +01:00
Suppress deprecation warning for now.
This commit is contained in:
parent
5dcddaed18
commit
7d17fb67b4
@ -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) {
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user