summaryrefslogtreecommitdiffstats
path: root/MCServer/Plugins/APIDump/APIDesc.lua
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2014-04-19 16:15:57 +0200
committermadmaxoft <github@xoft.cz>2014-04-19 16:15:57 +0200
commit62991d46fed9b5a7b181a2ef165935784d572b06 (patch)
tree6e8c5f2f8fad4fe0f9eb15d4d91a2d1ff0048ef0 /MCServer/Plugins/APIDump/APIDesc.lua
parentFixed formatting, made function static. (diff)
downloadcuberite-62991d46fed9b5a7b181a2ef165935784d572b06.tar
cuberite-62991d46fed9b5a7b181a2ef165935784d572b06.tar.gz
cuberite-62991d46fed9b5a7b181a2ef165935784d572b06.tar.bz2
cuberite-62991d46fed9b5a7b181a2ef165935784d572b06.tar.lz
cuberite-62991d46fed9b5a7b181a2ef165935784d572b06.tar.xz
cuberite-62991d46fed9b5a7b181a2ef165935784d572b06.tar.zst
cuberite-62991d46fed9b5a7b181a2ef165935784d572b06.zip
Diffstat (limited to 'MCServer/Plugins/APIDump/APIDesc.lua')
-rw-r--r--MCServer/Plugins/APIDump/APIDesc.lua7
1 files changed, 4 insertions, 3 deletions
diff --git a/MCServer/Plugins/APIDump/APIDesc.lua b/MCServer/Plugins/APIDump/APIDesc.lua
index 233bdbc46..45e8d9677 100644
--- a/MCServer/Plugins/APIDump/APIDesc.lua
+++ b/MCServer/Plugins/APIDump/APIDesc.lua
@@ -2929,9 +2929,10 @@ end
{
-- No sorting is provided for these, they will be output in the same order as defined here
{ FileName = "Writing-a-MCServer-plugin.html", Title = "Writing a MCServer plugin" },
- { FileName = "SettingUpDecoda.html", Title = "Setting up the Decoda Lua IDE" },
- { FileName = "SettingUpZeroBrane.html", Title = "Setting up the ZeroBrane Studio Lua IDE" },
- { FileName = "WebWorldThreads.html", Title = "Webserver vs World threads" },
+ { FileName = "SettingUpDecoda.html", Title = "Setting up the Decoda Lua IDE" },
+ { FileName = "SettingUpZeroBrane.html", Title = "Setting up the ZeroBrane Studio Lua IDE" },
+ { FileName = "UsingChunkStays.html", Title = "Using ChunkStays" },
+ { FileName = "WebWorldThreads.html", Title = "Webserver vs World threads" },
}
} ;