summaryrefslogtreecommitdiffstats
path: root/Server
diff options
context:
space:
mode:
authorLogicParrot <LogicParrot@users.noreply.github.com>2016-10-09 14:46:09 +0200
committerGitHub <noreply@github.com>2016-10-09 14:46:09 +0200
commit1e8cae641592cc4ae7b6f1b997c514f9d2be422b (patch)
tree82f88f3fcb9d71c33c43b981570e0c07cf232906 /Server
parentUpdated the Core plugin. (diff)
downloadcuberite-1e8cae641592cc4ae7b6f1b997c514f9d2be422b.tar
cuberite-1e8cae641592cc4ae7b6f1b997c514f9d2be422b.tar.gz
cuberite-1e8cae641592cc4ae7b6f1b997c514f9d2be422b.tar.bz2
cuberite-1e8cae641592cc4ae7b6f1b997c514f9d2be422b.tar.lz
cuberite-1e8cae641592cc4ae7b6f1b997c514f9d2be422b.tar.xz
cuberite-1e8cae641592cc4ae7b6f1b997c514f9d2be422b.tar.zst
cuberite-1e8cae641592cc4ae7b6f1b997c514f9d2be422b.zip
Diffstat (limited to 'Server')
-rw-r--r--Server/Plugins/APIDump/APIDesc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua
index 7817ec137..15f621711 100644
--- a/Server/Plugins/APIDump/APIDesc.lua
+++ b/Server/Plugins/APIDump/APIDesc.lua
@@ -16211,7 +16211,7 @@ function OnAllChunksAvailable()</pre> All return values from the callbacks are i
Type = "boolean",
},
},
- Notes = "Sets the chunk to always be ticked even when it doesn't contain any clients. IsAlwaysTicked set to true turns forced ticking on, set to false turns it off. Every call with 'true' should be paired with a later call with 'false', otherwise the ticking won't stop. Multiple actions can request ticking independently, the ticking will continue until the last call with 'false'. Note that when the chunk unloads, it loses the value of this flag.",
+ Notes = "Sets the chunk to always be ticked and loaded even when it doesn't contain any clients. IsAlwaysTicked set to true turns forced ticking on, set to false turns it off. Every call with 'true' should be paired with a later call with 'false', otherwise the ticking won't stop. Multiple actions can request ticking independently, the ticking will continue until the last call with 'false'." },
},
SetCommandBlockCommand =
{