mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
Two as anything greps (and some other cleanup) (#92974)
This commit is contained in:
@@ -460,10 +460,10 @@
|
||||
|
||||
//we now summarize the chat msgs collected
|
||||
if(!(mat_container_flags & MATCONTAINER_SILENT))
|
||||
for(var/status as anything in chat_msgs)
|
||||
for(var/status in chat_msgs)
|
||||
var/list/status_data = chat_msgs[status]
|
||||
|
||||
for(var/item_name as anything in status_data)
|
||||
for(var/item_name in status_data)
|
||||
//read the params
|
||||
var/list/chat_data = status_data[item_name]
|
||||
var/count = chat_data["count"]
|
||||
|
||||
Reference in New Issue
Block a user