[CI-SKIP] Removes unused nms changes w/ Better changes note for unmixinable classes

This commit is contained in:
Sotr
2018-07-16 04:30:57 +08:00
parent fd733df52a
commit cede9c99fa
20 changed files with 55 additions and 162 deletions

View File

@@ -62,12 +62,11 @@ import co.aikar.timings.MinecraftTimings; // Paper
// CraftBukkit end
/**
* <b>Akarin Changes Note</b><br>
* <br>
* 1) Add volatile to fields<br>
* 2) Expose private members<br>
* 3) Migrated keep alive packet handling to service thread<br>
* @author cakoyo
* Akarin Changes Note
* 1) Add volatile to fields (slack service)
* 2) Expose private members (slack service)
* 3) Removed keep-alive codes (slack service)
* 4) Accessible keep-alive limit (feature, compatibility)
*/
public class PlayerConnection implements PacketListenerPlayIn, ITickable {