Skip to content

Commit

Permalink
Optimized packet snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Nan1t committed Jan 26, 2022
1 parent be1fa77 commit aac321e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/ru/nanit/limbo/protocol/PacketSnapshot.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@

/**
* PacketSnapshot encodes packet to byt array for each MC version.
* Some versions have same bytes snapshot, so there are mappings
* to avoid storing same byte array for different versions
* Some versions have same snapshot, so there are mappings
* to avoid storing same bytes array for different versions
*/
public class PacketSnapshot implements PacketOut {

Expand Down

0 comments on commit aac321e

Please sign in to comment.