Don't auto-close levemete interactions if questionable isn't running
This commit is contained in:
parent
c287936b32
commit
2ee9360025
@ -337,7 +337,7 @@ internal sealed class GameUiController : IDisposable
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (_questController.NextQuest == null)
|
if (_questController.IsRunning && _questController.NextQuest == null)
|
||||||
{
|
{
|
||||||
// make sure to always close the leve dialogue
|
// make sure to always close the leve dialogue
|
||||||
if (_questData.GetAllByIssuerDataId(target.DataId).Any(x => x.QuestId is LeveId))
|
if (_questData.GetAllByIssuerDataId(target.DataId).Any(x => x.QuestId is LeveId))
|
||||||
|
Loading…
Reference in New Issue
Block a user