summaryrefslogtreecommitdiffstats
path: root/Server
diff options
context:
space:
mode:
authorAlexander Harkness <me@bearbin.net>2020-03-31 13:39:23 +0200
committerGitHub <noreply@github.com>2020-03-31 13:39:23 +0200
commit9210501af5ab0b91e331e9b4d27ac7fd63888f48 (patch)
tree776120895f4335b28e3652d65f99dac5f98436e3 /Server
parentAdded a /boom command to Debuggers. (#4592) (diff)
downloadcuberite-9210501af5ab0b91e331e9b4d27ac7fd63888f48.tar
cuberite-9210501af5ab0b91e331e9b4d27ac7fd63888f48.tar.gz
cuberite-9210501af5ab0b91e331e9b4d27ac7fd63888f48.tar.bz2
cuberite-9210501af5ab0b91e331e9b4d27ac7fd63888f48.tar.lz
cuberite-9210501af5ab0b91e331e9b4d27ac7fd63888f48.tar.xz
cuberite-9210501af5ab0b91e331e9b4d27ac7fd63888f48.tar.zst
cuberite-9210501af5ab0b91e331e9b4d27ac7fd63888f48.zip
Diffstat (limited to 'Server')
-rw-r--r--Server/Plugins/APIDump/APIDesc.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua
index 88ab8c5ba..8adda34a7 100644
--- a/Server/Plugins/APIDump/APIDesc.lua
+++ b/Server/Plugins/APIDump/APIDesc.lua
@@ -3138,12 +3138,12 @@ local Hash = cCryptoHash.sha1HexString("DataToHash")
Params =
{
{
- Name = "ShouldBroadcast",
+ Name = "ShouldBroadcast <b>(DEPRECATED)</b>",
Type = "boolean",
IsOptional = true,
},
},
- Notes = "Schedules the entity to be destroyed; if ShouldBroadcast is not present or set to true, broadcasts the DestroyEntity packet",
+ Notes = "Schedules the entity to be destroyed; broadcasts the DestroyEntity packet",
},
DoesPreventBlockPlacement =
{