mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 12:35:33 +01:00
Two as anything greps (and some other cleanup) (#92974)
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
to_chat(user, span_notice("You can't send credits to yourself."))
|
||||
return NT_PAY_SATUS_SENDER_IS_RECEIVER
|
||||
|
||||
for(var/account as anything in SSeconomy.bank_accounts_by_id)
|
||||
for(var/account in SSeconomy.bank_accounts_by_id)
|
||||
var/datum/bank_account/acc = SSeconomy.bank_accounts_by_id[account]
|
||||
if(acc.pay_token == token)
|
||||
recipient = acc
|
||||
|
||||
Reference in New Issue
Block a user