Merge pull request #34127 from tgstation/Cyberboss-patch-7

Removes the weird timer shennaigans from exp tracking
This commit is contained in:
Leo
2018-01-07 15:05:52 -02:00
committed by CitadelStationBot
parent 277320b126
commit d5a54402cf
+1 -1
View File
@@ -132,7 +132,7 @@ GLOBAL_PROTECT(exp_to_update)
for(var/client/L in GLOB.clients)
if(L.is_afk())
continue
addtimer(CALLBACK(L,/client/proc/update_exp_list,mins,ann),10)
L.update_exp_list(mins,ann)
/datum/controller/subsystem/blackbox/proc/update_exp_db()
SSdbcore.MassInsert(format_table_name("role_time"),GLOB.exp_to_update,TRUE)