mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
BUGFIX: "Do something else simultaneously" navigates to gym/university instead of City (#2613)
This commit is contained in:
@@ -262,10 +262,10 @@ export function WorkInProgressRoot(): React.ReactElement {
|
|||||||
buttons: {
|
buttons: {
|
||||||
cancel: () => {
|
cancel: () => {
|
||||||
Player.finishWork(true);
|
Player.finishWork(true);
|
||||||
Router.toPage(Page.City);
|
Router.toPage(Page.Location, { location: Locations[classWork.location] });
|
||||||
},
|
},
|
||||||
unfocus: () => {
|
unfocus: () => {
|
||||||
Router.toPage(Page.City);
|
Router.toPage(Page.Location, { location: Locations[classWork.location] });
|
||||||
Player.stopFocusing();
|
Player.stopFocusing();
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user