diff options
author | madmaxoft <github@xoft.cz> | 2013-12-27 20:56:01 +0100 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-12-27 20:56:01 +0100 |
commit | 537d1c4e421d6d79cd5c56fd4d97220ae2a3d0e5 (patch) | |
tree | f4a8ead6cb78b7588e37093b00853f11ddb909a1 /MCServer/Plugins/APIDump/APIDesc.lua | |
parent | APIDump: Articles eplicitly declare being UTF-8. (diff) | |
download | cuberite-537d1c4e421d6d79cd5c56fd4d97220ae2a3d0e5.tar cuberite-537d1c4e421d6d79cd5c56fd4d97220ae2a3d0e5.tar.gz cuberite-537d1c4e421d6d79cd5c56fd4d97220ae2a3d0e5.tar.bz2 cuberite-537d1c4e421d6d79cd5c56fd4d97220ae2a3d0e5.tar.lz cuberite-537d1c4e421d6d79cd5c56fd4d97220ae2a3d0e5.tar.xz cuberite-537d1c4e421d6d79cd5c56fd4d97220ae2a3d0e5.tar.zst cuberite-537d1c4e421d6d79cd5c56fd4d97220ae2a3d0e5.zip |
Diffstat (limited to 'MCServer/Plugins/APIDump/APIDesc.lua')
-rw-r--r-- | MCServer/Plugins/APIDump/APIDesc.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MCServer/Plugins/APIDump/APIDesc.lua b/MCServer/Plugins/APIDump/APIDesc.lua index f08f83698..d388d15dd 100644 --- a/MCServer/Plugins/APIDump/APIDesc.lua +++ b/MCServer/Plugins/APIDump/APIDesc.lua @@ -2761,6 +2761,7 @@ 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 = "WebWorldThreads.html", Title = "Webserver vs World threads" }, } } ; |