This commit is contained in:
luk3yx 2019-02-22 19:38:38 +13:00
parent de229b3038
commit 7bcf08c5ca
1 changed files with 1 additions and 0 deletions

View File

@ -180,6 +180,7 @@ if minetest.get_modpath('atm') and rawget(_G, 'atm') and atm.balance then
end,
setbal = function(name, bal)
atm.balance[name] = bal
atm.saveaccounts()
end
})
elseif minetest.get_modpath('bank_accounts') and rawget(_G, 'accounts') and