From 1b237f704f7d78dcb975a288652956af752a8be6 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Fri, 5 Feb 2016 22:53:50 +1000 Subject: TODO about what to do with link messages. They are between links, not between scripts. --- src/love/love.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/love') 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 Eina_Iterator *scripts; LoveScript *me; // TODO - For now, just send it to everyone. + // Later, figure out which prims in the linkset can get this message, and only send it to scripts in those prims. scripts = eina_hash_iterator_data_new(ourGlobals->scripts); while(eina_iterator_next(scripts, (void **) &me)) { -- cgit v1.1