fix typo in thrown error message

This commit is contained in:
borisflagell 2022-05-27 17:59:37 +02:00
parent 0abd760d35
commit c5b68610a1

@ -338,7 +338,7 @@ export function NetscriptSleeve(player: IPlayer): InternalAPI<ISleeve> {
other.bbContract === contract
) {
throw ctx.helper.makeRuntimeErrorMsg(
`Sleeve ${sleeveNumber} cannot take of contracts because Sleeve ${i} is already performing that action.`,
`Sleeve ${sleeveNumber} cannot take on contracts because Sleeve ${i} is already performing that action.`,
);
}
}