Fixed json parsing for logins

This commit is contained in:
games647
2015-10-06 19:22:37 +02:00
parent f6f6aaf1de
commit 53af09ae34
9 changed files with 30 additions and 26 deletions

View File

@@ -24,7 +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
* 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
*