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

@@ -34,7 +34,7 @@ return
{ Name = "BlockMeta", Type = "number", Notes = "Block meta of the clicked block" },
},
Returns = [[
If the function returns false or no value, other plugins' callbacks are called and then MCServer
If the function returns false or no value, other plugins' callbacks are called and then Cuberite
processes the interaction. If the function returns true, no other callbacks are called for this
event and the interaction is silently dropped.
]],