diff options
author | Julian Laubstein <julianlaubstein@yahoo.de> | 2015-08-13 10:35:27 +0200 |
---|---|---|
committer | Julian Laubstein <julianlaubstein@yahoo.de> | 2015-08-13 10:35:27 +0200 |
commit | 8438cc0611d42aa896c055aa0abfb08528fb789d (patch) | |
tree | 462e41b1a76eb51f442cac3785adeb38afaef115 /MCServer/Plugins/APIDump/Hooks/OnChunkUnloading.lua | |
parent | Merge pull request #2417 from mjhanninen/fix-clang-warnings (diff) | |
parent | Fixed a few missing MCServers in APIDump (diff) | |
download | cuberite-8438cc0611d42aa896c055aa0abfb08528fb789d.tar cuberite-8438cc0611d42aa896c055aa0abfb08528fb789d.tar.gz cuberite-8438cc0611d42aa896c055aa0abfb08528fb789d.tar.bz2 cuberite-8438cc0611d42aa896c055aa0abfb08528fb789d.tar.lz cuberite-8438cc0611d42aa896c055aa0abfb08528fb789d.tar.xz cuberite-8438cc0611d42aa896c055aa0abfb08528fb789d.tar.zst cuberite-8438cc0611d42aa896c055aa0abfb08528fb789d.zip |
Diffstat (limited to 'MCServer/Plugins/APIDump/Hooks/OnChunkUnloading.lua')
-rw-r--r-- | MCServer/Plugins/APIDump/Hooks/OnChunkUnloading.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MCServer/Plugins/APIDump/Hooks/OnChunkUnloading.lua b/MCServer/Plugins/APIDump/Hooks/OnChunkUnloading.lua index 4ba995075..98e0a71fd 100644 --- a/MCServer/Plugins/APIDump/Hooks/OnChunkUnloading.lua +++ b/MCServer/Plugins/APIDump/Hooks/OnChunkUnloading.lua @@ -18,7 +18,7 @@ return { Name = "ChunkZ", Type = "number", Notes = "Z-coord of the chunk" }, }, Returns = [[ - If the function returns false or no value, the next plugin's callback is called and finally MCServer + If the function returns false or no value, the next plugin's callback is called and finally Cuberite unloads the chunk. If the function returns true, no other callback is called for this event and the chunk is left in the memory. ]], |