mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-11 02:02:04 -07:00
Add PAIL comments to a few things.
This commit is contained in:
@@ -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() {}
|
||||
|
Reference in New Issue
Block a user