diff options
author | Julian Laubstein <julianlaubstein@yahoo.de> | 2016-01-02 00:47:42 +0100 |
---|---|---|
committer | Julian Laubstein <julianlaubstein@yahoo.de> | 2016-01-02 00:47:42 +0100 |
commit | 5c004e375a7c4fab9cbfeb36d63a788bbc883513 (patch) | |
tree | abedc9b67734d9e37a36894b9331ae869d3adb61 /Server/Plugins/TestLuaRocks | |
parent | Merge pull request #2838 from cuberite/clang-3.8-ignore-flag (diff) | |
parent | Updated plugins with the rename to Cuberite. (diff) | |
download | cuberite-5c004e375a7c4fab9cbfeb36d63a788bbc883513.tar cuberite-5c004e375a7c4fab9cbfeb36d63a788bbc883513.tar.gz cuberite-5c004e375a7c4fab9cbfeb36d63a788bbc883513.tar.bz2 cuberite-5c004e375a7c4fab9cbfeb36d63a788bbc883513.tar.lz cuberite-5c004e375a7c4fab9cbfeb36d63a788bbc883513.tar.xz cuberite-5c004e375a7c4fab9cbfeb36d63a788bbc883513.tar.zst cuberite-5c004e375a7c4fab9cbfeb36d63a788bbc883513.zip |
Diffstat (limited to 'Server/Plugins/TestLuaRocks')
-rw-r--r-- | Server/Plugins/TestLuaRocks/TestLuaRocks.lua | 2 |
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. |