diff options
Diffstat (limited to '')
-rw-r--r-- | src/love/love.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/love/love.c b/src/love/love.c index 5549f54..b686475 100644 --- a/src/love/love.c +++ b/src/love/love.c | |||
@@ -360,6 +360,7 @@ static boolean LuaSLParser(void *data, Connection *conn, char *SID, char *comman | |||
360 | Eina_Iterator *scripts; | 360 | Eina_Iterator *scripts; |
361 | LoveScript *me; | 361 | LoveScript *me; |
362 | // TODO - For now, just send it to everyone. | 362 | // TODO - For now, just send it to everyone. |
363 | // Later, figure out which prims in the linkset can get this message, and only send it to scripts in those prims. | ||
363 | scripts = eina_hash_iterator_data_new(ourGlobals->scripts); | 364 | scripts = eina_hash_iterator_data_new(ourGlobals->scripts); |
364 | while(eina_iterator_next(scripts, (void **) &me)) | 365 | while(eina_iterator_next(scripts, (void **) &me)) |
365 | { | 366 | { |