mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-08-01 12:05:27 +02:00
2.1.214
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
package com.gmail.nossr50.events.fake;
|
||||
|
||||
import org.bukkit.entity.Player;
|
||||
import org.bukkit.event.player.PlayerAnimationEvent;
|
||||
import org.bukkit.event.player.PlayerAnimationType;
|
||||
|
||||
/**
|
||||
* Called when handling extra drops to avoid issues with NoCheat.
|
||||
*/
|
||||
public class FakePlayerAnimationEvent extends PlayerAnimationEvent implements FakeEvent {
|
||||
public FakePlayerAnimationEvent(Player player, PlayerAnimationType playerAnimationType) {
|
||||
super(player, playerAnimationType);
|
||||
}
|
||||
}
|
||||
//package com.gmail.nossr50.events.fake;
|
||||
//
|
||||
//import org.bukkit.entity.Player;
|
||||
//import org.bukkit.event.player.PlayerAnimationEvent;
|
||||
//import org.bukkit.event.player.PlayerAnimationType;
|
||||
//
|
||||
///**
|
||||
// * Called when handling extra drops to avoid issues with NoCheat.
|
||||
// */
|
||||
//public class FakePlayerAnimationEvent extends PlayerAnimationEvent implements FakeEvent {
|
||||
// public FakePlayerAnimationEvent(Player player, PlayerAnimationType playerAnimationType) {
|
||||
// super(player, playerAnimationType);
|
||||
// }
|
||||
//}
|
||||
|
Reference in New Issue
Block a user