mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
auto attack added MC1.8-1.15 packet support
This commit is contained in:
parent
fa51d9632d
commit
833de25110
2 changed files with 76 additions and 5 deletions
|
|
@ -628,6 +628,7 @@ namespace MinecraftClient.Protocol.Handlers
|
|||
handler.OnEntityProperties(EntityID, keys);
|
||||
break;
|
||||
case PacketIncomingType.TimeUpdate:
|
||||
if (login_phase) break;
|
||||
long WorldAge = dataTypes.ReadNextLong(packetData);
|
||||
long TimeOfday = dataTypes.ReadNextLong(packetData);
|
||||
handler.OnTimeUpdate(WorldAge, TimeOfday);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue