Optimized packet snapshot

This commit is contained in:
Nanit 2022-01-26 17:20:54 +02:00
parent be1fa775ec
commit aac321e182

View File

@ -24,8 +24,8 @@ import java.util.Map;
/**
* 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 {