Prevents the accounts database from automatically being removed from machines.

This commit is contained in:
SkyMarshal
2013-09-13 21:12:49 -07:00
parent b48aeea290
commit 7b1974e4b5
@@ -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