1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 14:26:04 +00:00
Commit graph

3 commits

Author SHA1 Message Date
mat
c9022e8f67 fix errors when switching to Game state and add fast_login test 2025-03-02 05:42:15 +00:00
mat
7d6cacc79b fix send_receivepacketevent running outside of game state 2025-02-24 04:24:52 +00:00
mat
e21e1b97bf
Refactor azalea-client (#205)
* start organizing packet_handling more by moving packet handlers into their own functions

* finish writing all the handler functions for packets

* use macro for generating match statement for packet handler functions

* fix set_entity_data

* update config state to also use handler functions

* organize az-client file structure by moving things into plugins directory

* fix merge issues
2025-02-22 21:45:26 -06:00