mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 01:33:54 +01:00
SLEEVES: fix typo in MoneySourceTracker call (#405)
This commit is contained in:
parent
a01da24c10
commit
14aafbe0a3
@ -24,7 +24,7 @@ export function TravelModal(props: IProps): React.ReactElement {
|
||||
dialogBoxCreate("You cannot afford to have this sleeve travel to another city");
|
||||
}
|
||||
props.sleeve.city = city as CityName;
|
||||
Player.loseMoney(CONSTANTS.TravelCost, "sleeve");
|
||||
Player.loseMoney(CONSTANTS.TravelCost, "sleeves");
|
||||
props.sleeve.stopWork();
|
||||
props.rerender();
|
||||
props.onClose();
|
||||
|
Loading…
Reference in New Issue
Block a user