Merge pull request #5943 from mattsc/gamestate_synced_command

Fix custom synced commands not changing the AI game state
This commit is contained in:
mattsc 2021-07-09 19:37:32 -07:00 committed by GitHub
commit 93d501d9a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -338,6 +338,7 @@ WML_HANDLER_FUNCTION(do_command,, cfg)
/*show*/ true,
/*error_handler*/ &on_replay_error
);
ai::manager::get_singleton().raise_gamestate_changed();
}
}