mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Fixing Dumbs (#561)
Reverts baystation12.int that I fucked up Adds a config toggle to host the dev server without clogging up SQL tables
This commit is contained in:
@@ -294,7 +294,11 @@ var/obj/machinery/blackbox_recorder/blackbox
|
||||
|
||||
//This proc is only to be called at round end.
|
||||
/obj/machinery/blackbox_recorder/proc/save_all_data_to_sql()
|
||||
if(!feedback) return
|
||||
if(!feedback)
|
||||
return
|
||||
|
||||
if (!config.sql_enabled || !config.sql_stats)
|
||||
return
|
||||
|
||||
round_end_data_gathering() //round_end time logging and some other data processing
|
||||
establish_db_connection(dbcon)
|
||||
@@ -377,4 +381,4 @@ proc/feedback_add_details(var/variable,var/details)
|
||||
|
||||
if(!FV) return
|
||||
|
||||
FV.add_details(details)
|
||||
FV.add_details(details)
|
||||
|
||||
Reference in New Issue
Block a user