diff options
author | Alexander Harkness <me@bearbin.net> | 2020-03-31 13:39:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-31 13:39:23 +0200 |
commit | 9210501af5ab0b91e331e9b4d27ac7fd63888f48 (patch) | |
tree | 776120895f4335b28e3652d65f99dac5f98436e3 /Server/Plugins/APIDump | |
parent | Added a /boom command to Debuggers. (#4592) (diff) | |
download | cuberite-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/Plugins/APIDump')
-rw-r--r-- | Server/Plugins/APIDump/APIDesc.lua | 4 |
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 = { |