Fix some copy paste UI errors (#81325)

## About The Pull Request

One day we will have opendream lint to catch this. (WYCI I guess)
This commit is contained in:
MrMelbert
2024-02-08 00:55:21 +01:00
committed by GitHub
parent c683072d75
commit b2712386e8
7 changed files with 7 additions and 7 deletions
@@ -166,7 +166,7 @@
data["max_order"] = CARGO_MAX_ORDER
return data
/datum/computer_file/program/budgetorders/ui_act(action, params, datum/tgui/ui, datum/tgui/ui, datum/ui_state/state)
/datum/computer_file/program/budgetorders/ui_act(action, params, datum/tgui/ui, datum/ui_state/state)
. = ..()
switch(action)
if("send")