mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Adds a few LAZYLIST macros and documentation (#25590)
* wow none of this was documented! * sentences two spaces to death * corrects lazylen comment
This commit is contained in:
@@ -66,7 +66,7 @@ SUBSYSTEM_DEF(chat)
|
||||
var/client/client = CLIENT_FROM_VAR(target)
|
||||
if(isnull(client))
|
||||
continue
|
||||
LAZYADDASSOC(client_to_payloads, client.ckey, generate_payload(client, message_data))
|
||||
LAZYADDASSOCLIST(client_to_payloads, client.ckey, generate_payload(client, message_data))
|
||||
|
||||
/datum/controller/subsystem/chat/proc/send_immediate(send_target, list/message_data)
|
||||
var/list/targets = islist(send_target) ? send_target : list(send_target)
|
||||
|
||||
Reference in New Issue
Block a user