Fix thread safety for fake start packets (Bukkit.getOfflinePlayer doesn't look like to be thread-safe) + More documentation

This commit is contained in:
games647
2015-10-05 19:58:58 +02:00
parent c0ef95e808
commit f6f6aaf1de
6 changed files with 67 additions and 36 deletions

View File

@@ -24,6 +24,8 @@ import javax.crypto.spec.IvParameterSpec;
import javax.crypto.spec.SecretKeySpec;
/**
* Encryption and decryption minecraft util for connection between servers and paid minecraft account clients
*
* Source: https://github.com/bergerkiller/CraftSource/blob/master/net.minecraft.server/MinecraftEncryption.java
*
* Remapped by: https://github.com/Techcable/MinecraftMappings/tree/master/1.8