Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
thgvr committed Dec 18, 2023
1 parent d99995b commit 3e08723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/overmap/ships/owner_action.dm
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
))
// stripped_multiline_input returns an empty string if people press Cancel, but
// we don't want to delete the current memo if people press Cancel unwittingly.
if(memo_result && length(memo_result))`632
if(memo_result && length(memo_result))
parent_ship.memo = memo_result
check_blinking()
return TRUE
Expand Down

0 comments on commit 3e08723

Please sign in to comment.