mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 18:02:57 +00:00
fixes roundend runtime
This commit is contained in:
@@ -551,8 +551,7 @@
|
|||||||
///How many players joined the round.
|
///How many players joined the round.
|
||||||
var/total_players = GLOB.joined_player_list.len
|
var/total_players = GLOB.joined_player_list.len
|
||||||
var/list/typecache_bank = typecacheof(list(/datum/bank_account/department, /datum/bank_account/remote))
|
var/list/typecache_bank = typecacheof(list(/datum/bank_account/department, /datum/bank_account/remote))
|
||||||
for(var/i in SSeconomy.generated_accounts)
|
for(var/datum/bank_account/current_acc in SSeconomy.generated_accounts)
|
||||||
var/datum/bank_account/current_acc = SSeconomy.generated_accounts[i]
|
|
||||||
if(typecache_bank[current_acc.type])
|
if(typecache_bank[current_acc.type])
|
||||||
continue
|
continue
|
||||||
station_vault += current_acc.account_balance
|
station_vault += current_acc.account_balance
|
||||||
|
|||||||
Reference in New Issue
Block a user