More small fixes

This commit is contained in:
Gilbert Clark 2014-11-24 16:35:26 -05:00
parent 616ed22572
commit cda7c93704
2 changed files with 5 additions and 5 deletions

View file

@ -583,11 +583,11 @@ std::pair<Val*, bool> Manager::HookCallFunction(const Func* func, Frame* parent,
v = p->HookCallFunction(func, parent, vargs);
if ( v.second )
{
{
break;
}
}
}
}
if ( HavePluginForHook(META_HOOK_POST) )
MetaHookPost(HOOK_CALL_FUNCTION, args, HookArgument(v));