diff options
author | STRWarrior <niels.breuker@hotmail.nl> | 2014-01-01 15:15:56 +0100 |
---|---|---|
committer | STRWarrior <niels.breuker@hotmail.nl> | 2014-01-01 15:15:56 +0100 |
commit | 78a876ace321648db85a9373cca2a4f03ef09873 (patch) | |
tree | e80a1d3350cb8509692a66008f9143f0e0be0ecc | |
parent | OnPlayerFishing doesn't have a const cItems anymore (diff) | |
download | cuberite-78a876ace321648db85a9373cca2a4f03ef09873.tar cuberite-78a876ace321648db85a9373cca2a4f03ef09873.tar.gz cuberite-78a876ace321648db85a9373cca2a4f03ef09873.tar.bz2 cuberite-78a876ace321648db85a9373cca2a4f03ef09873.tar.lz cuberite-78a876ace321648db85a9373cca2a4f03ef09873.tar.xz cuberite-78a876ace321648db85a9373cca2a4f03ef09873.tar.zst cuberite-78a876ace321648db85a9373cca2a4f03ef09873.zip |
Diffstat (limited to '')
-rw-r--r-- | MCServer/Plugins/APIDump/Hooks/OnPlayerFished.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MCServer/Plugins/APIDump/Hooks/OnPlayerFished.lua b/MCServer/Plugins/APIDump/Hooks/OnPlayerFished.lua index 0ad2a3af3..40dd6b3cf 100644 --- a/MCServer/Plugins/APIDump/Hooks/OnPlayerFished.lua +++ b/MCServer/Plugins/APIDump/Hooks/OnPlayerFished.lua @@ -5,7 +5,7 @@ return CalledWhen = "A player gets a reward from fishing.", DefaultFnName = "OnPlayerFished", -- also used as pagename Desc = [[ - This hook gets called when a player already has his reward from fishing. + This hook gets called after a player reels in the fishing rod. This is a notification-only hook, the reward has already been decided. If a plugin needs to modify the reward, use the {{OnPlayerFishing|HOOK_PLAYER_FISHING}} hook. ]], Params = { |