mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2025-03-10 13:39:23 +01:00
Remove blockinteract.speed debug feedback message.
This commit is contained in:
parent
3a64ab960f
commit
f87873ba04
@ -4,7 +4,6 @@ import org.bukkit.entity.Player;
|
|||||||
|
|
||||||
import fr.neatmonster.nocheatplus.checks.Check;
|
import fr.neatmonster.nocheatplus.checks.Check;
|
||||||
import fr.neatmonster.nocheatplus.checks.CheckType;
|
import fr.neatmonster.nocheatplus.checks.CheckType;
|
||||||
import fr.neatmonster.nocheatplus.permissions.Permissions;
|
|
||||||
import fr.neatmonster.nocheatplus.utilities.TickTask;
|
import fr.neatmonster.nocheatplus.utilities.TickTask;
|
||||||
|
|
||||||
public class Speed extends Check {
|
public class Speed extends Check {
|
||||||
@ -42,10 +41,6 @@ public class Speed extends Check {
|
|||||||
data.speedVL *= 0.99;
|
data.speedVL *= 0.99;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (data.debug && player.hasPermission(Permissions.ADMINISTRATION_DEBUG)){
|
|
||||||
player.sendMessage("Interact speed: " + data.speedCount);
|
|
||||||
}
|
|
||||||
|
|
||||||
return cancel;
|
return cancel;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user