From ad16049ca6c7a8026e6807dbec422e3874e61eef Mon Sep 17 00:00:00 2001 From: Remy Marquis Date: Fri, 23 Sep 2016 12:07:56 +0200 Subject: [PATCH] minor cleanup --- index.rst | 2 +- misc.rst | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/index.rst b/index.rst index 6d3b23b..0476364 100644 --- a/index.rst +++ b/index.rst @@ -10,7 +10,7 @@ Welcome to the Legacy Lua API's documentation! The **Legacy mod** is the default mod shipped with `ET: Legacy `_. It supports server-side modifications via the `Lua `_ scripting language, with the Legacy Lua API being the interface for communication between them. -The embedded **Lua 5.3** interpreter will load user-defined scripts if present in the `Legacy` directory. The Lua API provides an "et" library of `function calls `__ that allow access to the server engine, and also provides `callbacks `__ so a server side mod may trigger on specific server events. +The embedded **Lua 5.3** interpreter will load user-defined scripts if present in the `legacy` directory. The Lua API provides an "et" library of `function calls `__ that allow access to the server engine, and also provides `callbacks `__ so a server side mod may trigger on specific server events. In some cases values can be returned to Legacy mod, whenever something is intercepted (i.e. a command) and prevented to be further handled. This way, new commands can easily be defined or existing ones can be altered. diff --git a/misc.rst b/misc.rst index 4d00e64..34d79e0 100644 --- a/misc.rst +++ b/misc.rst @@ -149,7 +149,6 @@ Send a fireteam voice chat on behalf of the specified client:: * **Vsay-Number** is the vsay number of Vsay as listed in the .voice files. It is by default random, but can be set by the player by passing parameters to the vsay command (`/vsay `). * The **X,Y,Z-Location**'s are optional parameters that represent the client's location. * **Custom-Message** is by default empty (\"\"). If set, it prints the message in the chat area.m contaning the message -if VoiceOnly is 1 it will only do the sound but not the message Fireteam