Skip to content

Commit

Permalink
Add dsend_packet_player_tech_goal() to refresh button
Browse files Browse the repository at this point in the history
  • Loading branch information
jwrober committed Sep 10, 2024
1 parent d45770d commit 2087b9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/views/view_research.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,7 @@ void science_report::current_tech_changed(int changed_index)
if (researching_combo->hasFocus()) {
if (can_client_issue_orders()) {
dsend_packet_player_research(&client.conn, qvar.toInt());
dsend_packet_player_tech_goal(&client.conn, qvar.toInt());
}
}
}
Expand Down

0 comments on commit 2087b9b

Please sign in to comment.