Allow replay to be started in sync mode (required for #349)

This commit is contained in:
Jonas Herzig
2020-09-05 14:51:55 +02:00
parent 76a8623531
commit fcd1224fa0
3 changed files with 17 additions and 17 deletions

View File

@@ -225,7 +225,7 @@ public class FullReplaySender extends ChannelDuplexHandler implements ReplaySend
/**
* Whether we're currently reading packets from the login phase.
*/
private boolean loginPhase;
private boolean loginPhase = true;
/**
* Whether we need to restart the current replay. E.g. when jumping backwards in time