mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 19:47:47 +01:00
Prevents the accounts database from automatically being removed from machines.
This commit is contained in:
@@ -338,3 +338,6 @@ var/global/list/all_money_accounts = list()
|
||||
for(var/datum/money_account/D in all_money_accounts)
|
||||
if(D.account_number == account_number)
|
||||
return D
|
||||
|
||||
/obj/machinery/account_database/process()
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user