1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-01 16:37:45 +00:00

fix interactions getting locked in unhandled ontalk events

This commit is contained in:
GokuWeedLord 2017-12-12 14:58:50 +11:00
parent b35dc0c25a
commit f53e42208b

View file

@ -133,9 +133,11 @@ bool Core::Scripting::ScriptManager::onTalk( Entity::Player& player, uint64_t ac
if ( questInfo )
{
player.sendUrgent( "Quest not implemented: " + questInfo->name );
return false;
}
}
return false;
}
return true;