summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHowaner <franzi.moos@googlemail.com>2014-11-29 15:45:12 +0100
committerHowaner <franzi.moos@googlemail.com>2014-11-29 15:45:12 +0100
commitea20ccaa960f2eab1a249080bfa5bb870d0f5b6f (patch)
tree9313da16c8c8335228c7937415d51a639afe25e6
parentRemoved unused imports. (diff)
downloadcuberite-ea20ccaa960f2eab1a249080bfa5bb870d0f5b6f.tar
cuberite-ea20ccaa960f2eab1a249080bfa5bb870d0f5b6f.tar.gz
cuberite-ea20ccaa960f2eab1a249080bfa5bb870d0f5b6f.tar.bz2
cuberite-ea20ccaa960f2eab1a249080bfa5bb870d0f5b6f.tar.lz
cuberite-ea20ccaa960f2eab1a249080bfa5bb870d0f5b6f.tar.xz
cuberite-ea20ccaa960f2eab1a249080bfa5bb870d0f5b6f.tar.zst
cuberite-ea20ccaa960f2eab1a249080bfa5bb870d0f5b6f.zip
-rw-r--r--MCServer/Plugins/APIDump/APIDesc.lua9
1 files changed, 1 insertions, 8 deletions
diff --git a/MCServer/Plugins/APIDump/APIDesc.lua b/MCServer/Plugins/APIDump/APIDesc.lua
index 832540d3e..5a64345ca 100644
--- a/MCServer/Plugins/APIDump/APIDesc.lua
+++ b/MCServer/Plugins/APIDump/APIDesc.lua
@@ -1726,13 +1726,6 @@ a_Player:OpenWindow(Window);
Mobs are divided into families. The following constants are used for individual family types:
]],
},
- MobType =
- {
- Include = "mt.*",
- TextBefore = [[
- The following constants are used for distinguishing between the individual mob types:
- ]],
- },
},
Inherits = "cPawn",
}, -- cMonster
@@ -3019,7 +3012,7 @@ end
{
Include = { "^mt.*" },
TextBefore = [[
- The following constants are used for the mob types.
+ The following constants are used for distinguishing between the individual mob types:
]],
},
Weather =