diff options
author | Alexander Harkness <me@bearbin.net> | 2015-10-31 23:19:31 +0100 |
---|---|---|
committer | Alexander Harkness <me@bearbin.net> | 2015-10-31 23:19:31 +0100 |
commit | 2e836ed4e9fcccc4ed10535f480288b963afd323 (patch) | |
tree | 53401b347765c9fe4f9a37a4de648d0dff6c2f0a /Server/Plugins | |
parent | Merge pull request #2584 from bibo38/firepotion (diff) | |
download | cuberite-2e836ed4e9fcccc4ed10535f480288b963afd323.tar cuberite-2e836ed4e9fcccc4ed10535f480288b963afd323.tar.gz cuberite-2e836ed4e9fcccc4ed10535f480288b963afd323.tar.bz2 cuberite-2e836ed4e9fcccc4ed10535f480288b963afd323.tar.lz cuberite-2e836ed4e9fcccc4ed10535f480288b963afd323.tar.xz cuberite-2e836ed4e9fcccc4ed10535f480288b963afd323.tar.zst cuberite-2e836ed4e9fcccc4ed10535f480288b963afd323.zip |
Diffstat (limited to 'Server/Plugins')
-rw-r--r-- | Server/Plugins/APIDump/APIDesc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua index 6bca605c8..284521c0a 100644 --- a/Server/Plugins/APIDump/APIDesc.lua +++ b/Server/Plugins/APIDump/APIDesc.lua @@ -1822,7 +1822,7 @@ a_Player:OpenWindow(Window); TakeDamage = { Return = "" }, KilledBy = { Return = "" }, GetHealth = { Return = "number" }, - AddEntityEffect = { Params = "{{cEntityEffect|EffectType}}, {{cEntityEffect}}", Return = "", Notes = "Applies an entity effect" }, + AddEntityEffect = { Params = "{{cEntityEffect|EffectType}}", Return = "", Notes = "Applies an entity effect" }, RemoveEntityEffect = { Params = "{{cEntityEffect|EffectType}}", Return = "", Notes = "Removes a currently applied entity effect" }, HasEntityEffect = { Return = "bool", Params = "{{cEntityEffect|EffectType}}", Notes = "Returns true, if the supplied entity effect type is currently applied" } ClearEntityEffects = { Return = "", Notes = "Removes all currently applied entity effects" }, |