From 74e304553b1003832f5f3f1de3b48fe1b3ccac44 Mon Sep 17 00:00:00 2001 From: Nick Date: Sat, 17 May 2025 19:51:00 +0000 Subject: [PATCH] Fix manifest sql again (#91185) This one will work this time I swear --- code/controllers/subsystem/blackbox.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/controllers/subsystem/blackbox.dm b/code/controllers/subsystem/blackbox.dm index 55807eb1586..6dc89870f76 100644 --- a/code/controllers/subsystem/blackbox.dm +++ b/code/controllers/subsystem/blackbox.dm @@ -438,7 +438,7 @@ Versioning job, special, latejoin) VALUES ( - INET_ATON(:server_ip, + INET_ATON(:server_ip), :port, :round_id, :ckey,