diff options
author | madmaxoft <github@xoft.cz> | 2014-04-19 16:15:57 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-04-19 16:15:57 +0200 |
commit | 62991d46fed9b5a7b181a2ef165935784d572b06 (patch) | |
tree | 6e8c5f2f8fad4fe0f9eb15d4d91a2d1ff0048ef0 /MCServer/Plugins/APIDump/APIDesc.lua | |
parent | Fixed formatting, made function static. (diff) | |
download | cuberite-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 '')
-rw-r--r-- | MCServer/Plugins/APIDump/APIDesc.lua | 7 |
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" }, } } ; |