This commit is contained in:
Shifty/Anthomansland
2020-06-12 20:46:57 +02:00
parent 58a5fa599a
commit bcd35e9417

View File

@@ -124,7 +124,7 @@ var/datum/subsystem/dbcore/SSdbcore
log_sql("Connect() failed | [error]")
++failed_connections
BSQL_DEL_CALL(connection)
qdel(connectOperation)
BSQL_DEL_CALL(connectOperation)
connection = null
connectOperation = null
@@ -199,7 +199,7 @@ var/datum/subsystem/dbcore/SSdbcore
/datum/subsystem/dbcore/proc/Disconnect()
failed_connections = 0
qdel(connectOperation)
BSQL_DEL_CALL(connectOperation)
BSQL_DEL_CALL(connection)
connectOperation = null
connection = null