Fixes a query in chatlogging (#17922)

This commit is contained in:
Selis
2025-06-27 20:29:26 +02:00
committed by GitHub
parent a222e8e402
commit 7e163b9a93
5 changed files with 40 additions and 3 deletions
+1 -1
View File
@@ -245,7 +245,7 @@
GLOB.directory[ckey] = src
if (CONFIG_GET(flag/chatlog_database_backend))
chatlog_token = vchatlog_generate_token(ckey)
chatlog_token = vchatlog_generate_token(ckey, GLOB.round_id)
// Instantiate stat panel
stat_panel = new(src, "statbrowser")