Add PAIL comments to a few things.

This commit is contained in:
md_5
2015-05-31 16:20:53 +10:00
parent d33f0dd3ba
commit 3eea5637b4
2 changed files with 3 additions and 3 deletions

View File

@@ -6,8 +6,8 @@
private int a;
- private String b;
- private int c;
+ public String b; // CraftBukkit - public
+ public int c; // CraftBukkit - public
+ public String b; // CraftBukkit - public // PAIL: hostname
+ public int c; // CraftBukkit - public // PAIL: port
private EnumProtocol d;
public PacketHandshakingInSetProtocol() {}