mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-06 01:00:16 +00:00
add a null check
This commit is contained in:
parent
1e82521b54
commit
4b50a5ca89
@ -39,7 +39,7 @@ namespace QSB.Animation.NPC.Patches
|
||||
Animator ____animator,
|
||||
CharacterDialogueTree ____dialogueTree)
|
||||
{
|
||||
if (!WorldObjectManager.AllReady)
|
||||
if (!WorldObjectManager.AllReady || ConversationManager.Instance == null)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user