[MIRROR] reimplements attack and player logs (#12553)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-03-19 23:03:53 +01:00
committed by GitHub
co-authored by Kashargul
parent bb90e792ca
commit 99afe463dc
50 changed files with 411 additions and 270 deletions
-1
View File
@@ -41,7 +41,6 @@ SUBSYSTEM_DEF(mobs)
// Lets handle all of these while we have time, should always remain extremely small...
if(length(death_list)) // Don't contact DB if this list is empty
if(CONFIG_GET(flag/sql_enabled))
establish_db_connection()
if(!SSdbcore.IsConnected())
log_game("SQL ERROR during death reporting. Failed to connect.")
else