Remove debug
Today is going to be a long day
This commit is contained in:
@@ -43,7 +43,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
if (this.packetListener instanceof LoginListener) {
|
if (this.packetListener instanceof LoginListener) {
|
||||||
+ if ( ((LoginListener) this.packetListener).getLoginState() != LoginListener.EnumProtocolState.READY_TO_ACCEPT // Paper
|
+ if ( ((LoginListener) this.packetListener).getLoginState() != LoginListener.EnumProtocolState.READY_TO_ACCEPT // Paper
|
||||||
+ || (joinAttemptsThisTick++ < MAX_PER_TICK)) { // Paper - limit the number of joins which can be processed each tick
|
+ || (joinAttemptsThisTick++ < MAX_PER_TICK)) { // Paper - limit the number of joins which can be processed each tick
|
||||||
+ System.out.println("tick " + joinAttemptsThisTick + "/" + MAX_PER_TICK);
|
|
||||||
((LoginListener) this.packetListener).tick();
|
((LoginListener) this.packetListener).tick();
|
||||||
+ } // Paper
|
+ } // Paper
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user