aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/love
diff options
context:
space:
mode:
Diffstat (limited to 'src/love')
-rw-r--r--src/love/love.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/love/love.c b/src/love/love.c
index ee77945..a1ad1f6 100644
--- a/src/love/love.c
+++ b/src/love/love.c
@@ -352,6 +352,11 @@ static Eina_Bool _dataLuaSL(void *data, int type, Ecore_Con_Event_Server_Data *e
352 if (ourGlobals->client) sendBack(ourGlobals->client, SID, command); 352 if (ourGlobals->client) sendBack(ourGlobals->client, SID, command);
353 else PW("No where to send %s", command); 353 else PW("No where to send %s", command);
354 } 354 }
355 else if (0 == strncmp(command, "llRegionSay(", 12))
356 {
357 if (ourGlobals->client) sendBack(ourGlobals->client, SID, command);
358 else PW("No where to send %s", command);
359 }
355 else if (0 == strncmp(command, "llSay(", 6)) 360 else if (0 == strncmp(command, "llSay(", 6))
356 { 361 {
357 if (ourGlobals->client) sendBack(ourGlobals->client, SID, command); 362 if (ourGlobals->client) sendBack(ourGlobals->client, SID, command);