diff options
author | Howaner <franzi.moos@googlemail.com> | 2014-11-29 15:45:12 +0100 |
---|---|---|
committer | Howaner <franzi.moos@googlemail.com> | 2014-11-29 15:45:12 +0100 |
commit | ea20ccaa960f2eab1a249080bfa5bb870d0f5b6f (patch) | |
tree | 9313da16c8c8335228c7937415d51a639afe25e6 /MCServer | |
parent | Removed unused imports. (diff) | |
download | cuberite-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 |
Diffstat (limited to 'MCServer')
-rw-r--r-- | MCServer/Plugins/APIDump/APIDesc.lua | 9 |
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 = |