note a small bug

This commit is contained in:
JohnCorby 2022-08-19 16:14:51 -07:00
parent 4df107f866
commit e8995a1364

View File

@ -64,6 +64,7 @@ public class ConversationPatches : QSBPatch
}
var selectedOption = __instance._currentDialogueBox.OptionFromUIIndex(optionIndex);
// BUG: uses translated value instead of key
ConversationManager.Instance.SendPlayerOption(selectedOption.Text);
return true;
}