The previous implementation required the world tick to be exactly what was expected, while this handles any case where the deadline has elapsed. This caused 0-tick-delays to be ignored, and potentially could cause issues if the update was deferred until a later tick.
The previous implementation required the world tick to be exactly what was expected, while this handles any case where the deadline has elapsed. This caused 0-tick-delays to be ignored, and potentially could cause issues if the update was deferred until a later tick.