mirror of
https://github.com/funkemunky/KauriV3.git
synced 2026-06-08 17:07:35 +00:00
Added new Aim check and utils
- Fixed TickTimer not functioning - Fixed generalCancel always cancelling - Removed debug from places that I am not currently in need of debugging - Attempting to fix login error when reloading when injecting packethandler - Added sensitivity to playerInfo command - Fixed runaway buffer fp on Fly (A)
This commit is contained in:
@@ -92,6 +92,7 @@ public class AnticheatCommand extends BaseCommand {
|
||||
sender.sendMessage(MiscUtils.line(Color.Dark_Gray));
|
||||
sender.sendMessage(Color.translate("&6&lPing&8: &f" + player.getLagInfo().getTransPing() * 50 + "ms"));
|
||||
sender.sendMessage(Color.translate("&6&lVersion&8: &f" + player.getPlayerVersion().name()));
|
||||
sender.sendMessage(Color.translate("&6&lSensitivity&8: &f" + player.getMovement().getSensXPercent() + "%"));
|
||||
sender.sendMessage(MiscUtils.line(Color.Dark_Gray));
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user