mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 06:47:45 +00:00
fix interactions getting locked in unhandled ontalk events
This commit is contained in:
parent
06c4bac569
commit
c08c57f928
1 changed files with 3 additions and 1 deletions
|
@ -133,9 +133,11 @@ bool Core::Scripting::ScriptManager::onTalk( Entity::Player& player, uint64_t ac
|
||||||
if ( questInfo )
|
if ( questInfo )
|
||||||
{
|
{
|
||||||
player.sendUrgent( "Quest not implemented: " + questInfo->name );
|
player.sendUrgent( "Quest not implemented: " + questInfo->name );
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue