mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
x
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user