From 8d608d51a681daec9238bbb9cfc32b1bfb1e963f Mon Sep 17 00:00:00 2001 From: Kyle Spier-Swenson Date: Thu, 8 Jun 2023 21:59:44 -0700 Subject: [PATCH] fix comment in ECS/DCS (#75912) --- code/datums/components/_component.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/components/_component.dm b/code/datums/components/_component.dm index eb8898372f7..e2c38933bf8 100644 --- a/code/datums/components/_component.dm +++ b/code/datums/components/_component.dm @@ -349,7 +349,7 @@ /** * Internal proc to handle most all of the signaling procedure * - * Will runtime if used on datums with an empty component list + * Will runtime if used on datums with an empty comp_lookup list * * Use the [SEND_SIGNAL] define instead */