mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Fix 1.19.3 key exchange in offline mode
This commit is contained in:
parent
92a911ce99
commit
1f54a7c247
5 changed files with 12 additions and 6 deletions
|
|
@ -100,7 +100,7 @@ namespace MinecraftClient.ChatBots
|
|||
private Double attackSpeed = 4;
|
||||
private Double attackCooldownSeconds;
|
||||
private readonly bool overrideAttackSpeed = false;
|
||||
private readonly int attackRange = 4;
|
||||
private readonly double attackRange = 4.0;
|
||||
private Double serverTPS;
|
||||
private float health = 100;
|
||||
private readonly bool attackHostile = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue