OnPlayerFishing doesn't have a const cItems anymore
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user