aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'LuaSL/src/LuaSL_main.c')
-rw-r--r--LuaSL/src/LuaSL_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/LuaSL/src/LuaSL_main.c b/LuaSL/src/LuaSL_main.c
index 7dad1c0..1056535 100644
--- a/LuaSL/src/LuaSL_main.c
+++ b/LuaSL/src/LuaSL_main.c
@@ -36,7 +36,7 @@ static Eina_Bool _data(void *data, int type __UNUSED__, Ecore_Con_Event_Client_D
36 if (0 == strcmp(command, "compile()")) 36 if (0 == strcmp(command, "compile()"))
37 { 37 {
38 PD("Compiling %s.", SID); 38 PD("Compiling %s.", SID);
39 if (compileLSL(game, SID, FALSE)) 39 if (compileLSL(game, ev->client, SID, FALSE))
40 sendBack(game, ev->client, SID, "compiled(true)"); 40 sendBack(game, ev->client, SID, "compiled(true)");
41 else 41 else
42 sendBack(game, ev->client, SID, "compiled(false)"); 42 sendBack(game, ev->client, SID, "compiled(false)");