mirror of
https://github.com/hyperdefined/ToolStats.git
synced 2025-12-06 06:41:44 +00:00
woops
This commit is contained in:
@@ -41,7 +41,7 @@ public class PlayerMove implements Listener {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@EventHandler(priority = EventPriority.MONITOR)
|
@EventHandler(priority = EventPriority.MONITOR)
|
||||||
public void onCraft(PlayerMoveEvent event) {
|
public void onMove(PlayerMoveEvent event) {
|
||||||
Player player = event.getPlayer();
|
Player player = event.getPlayer();
|
||||||
// player starts to fly
|
// player starts to fly
|
||||||
if (player.isGliding()) {
|
if (player.isGliding()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user