mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-11 10:22:13 +00:00
cleanup
This commit is contained in:
@@ -284,18 +284,6 @@ Versioning
|
|||||||
/datum/feedback_variable/New(new_key, new_key_type)
|
/datum/feedback_variable/New(new_key, new_key_type)
|
||||||
key = new_key
|
key = new_key
|
||||||
key_type = new_key_type
|
key_type = new_key_type
|
||||||
/*
|
|
||||||
/datum/controller/subsystem/blackbox/proc/LogAhelp(ticket, action, message, recipient, sender)
|
|
||||||
if(!SSdbcore.Connect())
|
|
||||||
return
|
|
||||||
|
|
||||||
var/datum/db_query/query_log_ahelp = SSdbcore.NewQuery({"
|
|
||||||
INSERT INTO [format_table_name("ticket")] (ticket, action, message, recipient, sender, server_ip, server_port, round_id, timestamp)
|
|
||||||
VALUES (:ticket, :action, :message, :recipient, :sender, INET_ATON(:server_ip), :server_port, :round_id, :time)
|
|
||||||
"}, list("ticket" = ticket, "action" = action, "message" = message, "recipient" = recipient, "sender" = sender, "server_ip" = world.internet_address || "0", "server_port" = world.port, "round_id" = GLOB.round_id, "time" = SQLtime()))
|
|
||||||
query_log_ahelp.Execute()
|
|
||||||
qdel(query_log_ahelp)
|
|
||||||
*/
|
|
||||||
|
|
||||||
/datum/controller/subsystem/blackbox/proc/LogAhelp(ticket, action, message, recipient, sender)
|
/datum/controller/subsystem/blackbox/proc/LogAhelp(ticket, action, message, recipient, sender)
|
||||||
if(!SSdbcore.Connect())
|
if(!SSdbcore.Connect())
|
||||||
|
|||||||
Reference in New Issue
Block a user