Basic Bot - default to >= operator for main value
This commit is contained in:
parent
063e3b2a13
commit
285c251135
|
@ -85,6 +85,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
Settings = new BasicBotSettings();
|
||||
|
||||
_comparisonBotAttempt = new BotAttempt();
|
||||
MainOperator.SelectedItem = ">=";
|
||||
}
|
||||
|
||||
#region UI Bindings
|
||||
|
|
Loading…
Reference in New Issue