Skip to content

Commit

Permalink
Update code/modules/tgui/states/range.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Den109G <[email protected]>
  • Loading branch information
dictor31 and Den109G authored Sep 14, 2024
1 parent f36cd9d commit 9f73c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/tgui/states/range.dm
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ GLOBAL_DATUM_INIT(range_state, /datum/ui_state/range_state, new)
else if(dist <= 6)
return UI_UPDATE

return UI_CLOSE
return UI_CLOSE

0 comments on commit 9f73c96

Please sign in to comment.