aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/LuaSL/LuaSL_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/LuaSL/LuaSL_main.c')
-rw-r--r--src/LuaSL/LuaSL_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LuaSL/LuaSL_main.c b/src/LuaSL/LuaSL_main.c
index 24689e2..41576c2 100644
--- a/src/LuaSL/LuaSL_main.c
+++ b/src/LuaSL/LuaSL_main.c
@@ -1,6 +1,6 @@
1/* LuaSL - Server for compiling and running LSL scripts. 1/* LuaSL - Server for compiling and running LSL scripts.
2 2
3It should be able to handle pureLSL scripts, pure Lua scripts, as well 3It should be able to handle pure LSL scripts, pure Lua scripts, as well
4as hybrid LSL / Lua scripts. 4as hybrid LSL / Lua scripts.
5 5
6The script engine is separate from the world server. This is for 6The script engine is separate from the world server. This is for