summaryrefslogtreecommitdiffstats
path: root/Server/Plugins/TestLuaRocks/TestLuaRocks.lua
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2016-01-01 21:05:09 +0100
committerMattes D <github@xoft.cz>2016-01-01 21:05:09 +0100
commit80e1eb37ddfcbd224fe1d3491201ba8db3e1114f (patch)
tree436ba0fe305343c808b7078b5106981be9b00802 /Server/Plugins/TestLuaRocks/TestLuaRocks.lua
parentMerge pull request #2838 from cuberite/clang-3.8-ignore-flag (diff)
downloadcuberite-80e1eb37ddfcbd224fe1d3491201ba8db3e1114f.tar
cuberite-80e1eb37ddfcbd224fe1d3491201ba8db3e1114f.tar.gz
cuberite-80e1eb37ddfcbd224fe1d3491201ba8db3e1114f.tar.bz2
cuberite-80e1eb37ddfcbd224fe1d3491201ba8db3e1114f.tar.lz
cuberite-80e1eb37ddfcbd224fe1d3491201ba8db3e1114f.tar.xz
cuberite-80e1eb37ddfcbd224fe1d3491201ba8db3e1114f.tar.zst
cuberite-80e1eb37ddfcbd224fe1d3491201ba8db3e1114f.zip
Diffstat (limited to 'Server/Plugins/TestLuaRocks/TestLuaRocks.lua')
-rw-r--r--Server/Plugins/TestLuaRocks/TestLuaRocks.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/Server/Plugins/TestLuaRocks/TestLuaRocks.lua b/Server/Plugins/TestLuaRocks/TestLuaRocks.lua
index 4a7cd4e1e..0e4ccb7d5 100644
--- a/Server/Plugins/TestLuaRocks/TestLuaRocks.lua
+++ b/Server/Plugins/TestLuaRocks/TestLuaRocks.lua
@@ -1,7 +1,7 @@
-- TestLuaRocks.lua
--- This is a mockup plugin that does a quick test of LuaRocks capability in MCServer
+-- This is a mockup plugin that does a quick test of LuaRocks capability in Cuberite
-- "Success" is when the plugin loads, downloads the forum webpage and displays the headers and length and then displays both libs as loaded.
-- "Failure" usually manifests as one of the "require" lines failing, although you have the luarock installed.