mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-03-12 04:14:08 +00:00
note a small bug
This commit is contained in:
parent
4df107f866
commit
e8995a1364
@ -64,6 +64,7 @@ public class ConversationPatches : QSBPatch
|
|||||||
}
|
}
|
||||||
|
|
||||||
var selectedOption = __instance._currentDialogueBox.OptionFromUIIndex(optionIndex);
|
var selectedOption = __instance._currentDialogueBox.OptionFromUIIndex(optionIndex);
|
||||||
|
// BUG: uses translated value instead of key
|
||||||
ConversationManager.Instance.SendPlayerOption(selectedOption.Text);
|
ConversationManager.Instance.SendPlayerOption(selectedOption.Text);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user