Updated statpanel and added client pings (#18337)

* SSatlas.current_map

* hardsuit spell tab appears to clear correctly

* sdfsa

* from the moment i understood the weakness of my flesh, it disgusted me

* sdf
This commit is contained in:
Fluffy
2024-02-08 13:29:42 +01:00
committed by GitHub
parent f481143eb4
commit 25dc248979
200 changed files with 750 additions and 593 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
if(!player_ckey || !note)
return
var/list/query_details = list("game_id" = game_id, "ckey" = player_ckey, "address" = player_address ? player_address : null, "computer_id" = player_computerid ? player_computerid : null, "a_ckey" = null, "note" = note)
var/list/query_details = list("game_id" = GLOB.round_id, "ckey" = player_ckey, "address" = player_address ? player_address : null, "computer_id" = player_computerid ? player_computerid : null, "a_ckey" = null, "note" = note)
if (!user)
query_details["a_ckey"] = "Adminbot"