Skip to content

Commit

Permalink
bugfix: buildmode properly finishes on quit(eg. area_edit fix) (#6336)
Browse files Browse the repository at this point in the history
  • Loading branch information
BeebBeebBoob authored Jan 8, 2025
1 parent d4842cb commit 8f730c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/buildmode/buttons.dm
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,6 @@
name = "Quit Buildmode"

/atom/movable/screen/buildmode/quit/Click()
bd.mode.exit_mode(bd) // so area_edit won't leave highlighted icons
bd.quit()
return TRUE

0 comments on commit 8f730c2

Please sign in to comment.