Minor comment changes.

This commit is contained in:
MobiusDev
2016-02-19 10:49:35 +00:00
parent 18f610bb3d
commit 66c104b88b
33 changed files with 85 additions and 85 deletions

View File

@@ -26,7 +26,7 @@ public class ChangePasswordResponse extends BaseSendablePacket
public ChangePasswordResponse(byte successful, String characterName, String msgToSend)
{
writeC(0x06);
// writeC(successful); //0 false, 1 true
// writeC(successful); // 0 false, 1 true
writeS(characterName);
writeS(msgToSend);
}