1
0

Fixed a few missing MCServers in APIDump

This commit is contained in:
Julian Laubstein
2015-08-13 10:19:24 +02:00
parent cdcc5fe9a7
commit 24e8edb19c
12 changed files with 20 additions and 275 deletions

View File

@@ -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.
]],