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

@@ -650,7 +650,7 @@ bool cPluginLua::OnPlayerFished(cPlayer & a_Player, const cItems & a_Reward)
bool cPluginLua::OnPlayerFishing(cPlayer & a_Player, const cItems & a_Reward)
bool cPluginLua::OnPlayerFishing(cPlayer & a_Player, cItems & a_Reward)
{
cCSLock Lock(m_CriticalSection);
bool res = false;