Fix missing/incorrect command error texts

This commit is contained in:
Jonathan G Rennison
2023-08-16 18:55:29 +01:00
parent 1e1ad66e90
commit fac21f3429
3 changed files with 3 additions and 3 deletions

View File

@@ -299,7 +299,7 @@ public:
SB(p1, 0, 3, this->track);
SB(p1, 3, 16, ins->Id());
DoCommandP(this->tile, p1, 0, CMD_REMOVE_SIGNAL_INSTRUCTION | CMD_MSG(STR_ERROR_CAN_T_MODIFY_INSTRUCTION));
DoCommandP(this->tile, p1, 0, CMD_REMOVE_SIGNAL_INSTRUCTION | CMD_MSG(STR_ERROR_CAN_T_REMOVE_INSTRUCTION));
this->RebuildInstructionList();
} break;