Skip to content

Commit 2729cca

Browse files
committed
Merge branch 'CI2' of https://github.com/vode-code/CEV-Eris into CI2
2 parents c5893a5 + 19f0d94 commit 2729cca

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

code/modules/admin/verbs/reestablish_db_connection.dm

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,8 @@
1717
SSdbcore.Disconnect()
1818
log_admin("[key_name(usr)] has forced the database to disconnect")
1919
message_admins("[key_name_admin(usr)] has <b>forced</b> the database to disconnect!")
20-
// SSblackbox.record_feedback("tally", "admin_verb", 1, "Force Reestablished Database Connection") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
21-
2220
log_admin("[key_name(usr)] is attempting to re-establish the DB Connection")
2321
message_admins("[key_name_admin(usr)] is attempting to re-establish the DB Connection")
24-
// SSblackbox.record_feedback("tally", "admin_verb", 1, "Reestablished Database Connection") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
25-
2622
SSdbcore.failed_connections = 0
2723
if(!SSdbcore.Connect())
2824
message_admins("Database connection failed: " + SSdbcore.ErrorMsg())

0 commit comments

Comments
 (0)