Relocate teleport ACK checks to InGamePacketHandler

This commit is contained in:
Dylan K. Taylor
2021-01-07 20:43:31 +00:00
parent 555eb464b6
commit 82c8fa696a
3 changed files with 31 additions and 33 deletions

View File

@@ -690,6 +690,10 @@ class NetworkSession{
$pk->onGround = $this->player->onGround;
$this->sendDataPacket($pk);
if($this->handler instanceof InGamePacketHandler){
$this->handler->forceMoveSync = true;
}
}
}