fix oos when using 'back to turn' in mp
This commit is contained in:
parent
2e04dde374
commit
d1097d93d5
1 changed files with 2 additions and 1 deletions
|
@ -448,7 +448,8 @@ void playmp_controller::send_user_choice()
|
|||
|
||||
void playmp_controller::play_slice(bool is_delay_enabled)
|
||||
{
|
||||
if(!linger_) {
|
||||
if(!linger_ && !is_replay()) {
|
||||
//receive chat during animations and delay
|
||||
process_network_data(true);
|
||||
//cannot use turn_data_.send_data() here.
|
||||
replay_sender_.sync_non_undoable();
|
||||
|
|
Loading…
Add table
Reference in a new issue