*cough* (lets not have everyone think they're the resend with a packet in the air...)

This commit is contained in:
jrandom
2004-11-16 22:47:16 +00:00
committed by zzz
parent f46d0a720c
commit d01ab7fd23

View File

@ -668,7 +668,7 @@ public class Connection {
private boolean _currentIsActiveResend; private boolean _currentIsActiveResend;
public ResendPacketEvent(PacketLocal packet) { public ResendPacketEvent(PacketLocal packet) {
_packet = packet; _packet = packet;
_currentIsActiveResend = true; _currentIsActiveResend = false;
} }
public void timeReached() { public void timeReached() {