Skip to content

Commit

Permalink
GUI: Fix double space when ejecting.
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaiVChr committed Jan 18, 2022
1 parent 6fabfe9 commit 3f03ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nasal/crash-and-stress.nas
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,6 @@ var repair = func {

var exp = func {
if (crashCode.exploded==0) {
crashCode._explodeBegin("Aircraft was abandoned ");
crashCode._explodeBegin("Aircraft was abandoned");
}
};

0 comments on commit 3f03ef4

Please sign in to comment.