From 327b70e769bd3bb826320027a1b7d56f6e386a6b Mon Sep 17 00:00:00 2001
From: Howaner
Date: Mon, 24 Mar 2014 20:01:57 +0100
Subject: Change documentation text
---
MCServer/Plugins/APIDump/APIDesc.lua | 4 ++--
MCServer/Plugins/APIDump/Hooks/OnBlockSpread.lua | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
(limited to 'MCServer/Plugins')
diff --git a/MCServer/Plugins/APIDump/APIDesc.lua b/MCServer/Plugins/APIDump/APIDesc.lua
index f8ad74226..01f000182 100644
--- a/MCServer/Plugins/APIDump/APIDesc.lua
+++ b/MCServer/Plugins/APIDump/APIDesc.lua
@@ -2773,8 +2773,8 @@ end
{
Include = "^ss.*",
TextBefore = [[
- These constants are used to differentiate the various sources of spreads. They are used in
- the {{OnBlockSpread|HOOK_BLOCK_SPREAD}} hook.
+ These constants are used to differentiate the various sources of spreads, such as grass growing.
+ They are used in the {{OnBlockSpread|HOOK_BLOCK_SPREAD}} hook.
]],
}
},
diff --git a/MCServer/Plugins/APIDump/Hooks/OnBlockSpread.lua b/MCServer/Plugins/APIDump/Hooks/OnBlockSpread.lua
index a2f7d7ef9..ed0b5f46f 100644
--- a/MCServer/Plugins/APIDump/Hooks/OnBlockSpread.lua
+++ b/MCServer/Plugins/APIDump/Hooks/OnBlockSpread.lua
@@ -7,8 +7,8 @@ return
Desc = [[
This hook is called when a block spreads.
- The explosion carries with it the type of its source - whether it's a creeper exploding, or TNT,
- etc. It also carries the identification of the actual source. The exact type of the identification
+ The spread carries with it the type of its source - whether it's a block spreads.
+ It also carries the identification of the actual source. The exact type of the identification
depends on the source kind:
Source | Notes |
--
cgit v1.2.3