Skip to content

Commit

Permalink
del outdate comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Anorak2024 committed Sep 4, 2024
1 parent 13be4c9 commit 844c53d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/modules/economy/EFTPOS.dm
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,6 @@
return
transaction_amount = try_num
if("toggle_lock")
//in general, these are three different buttons, ideally, they should be divided into three events
//but for this you need to edit eftpos.js, and at the same time convert all input to tgui
if(transaction_locked && !transaction_paid)
//exit from card payment mode or if code 0 (priority exit)
var/list/access = user.get_access()
Expand Down

0 comments on commit 844c53d

Please sign in to comment.