1
0

OnPlayerFishing doesn't have a const cItems anymore

This commit is contained in:
STRWarrior
2014-01-01 15:09:53 +01:00
parent c5b89ea0f5
commit db00a36ff8
5 changed files with 5 additions and 5 deletions

View File

@@ -715,7 +715,7 @@ bool cPluginManager::CallHookPlayerFished(cPlayer & a_Player, const cItems a_Rew
bool cPluginManager::CallHookPlayerFishing(cPlayer & a_Player, const cItems a_Reward)
bool cPluginManager::CallHookPlayerFishing(cPlayer & a_Player, cItems a_Reward)
{
HookMap::iterator Plugins = m_Hooks.find(HOOK_PLAYER_FISHING);
if (Plugins == m_Hooks.end())