We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caa21ce commit b6aae7cCopy full SHA for b6aae7c
oc_launcher/src/main.rs
@@ -88,7 +88,7 @@ impl eframe::App for Launcher {
88
self.error = Some(format!("{:#}", error))
89
}
90
};
91
- if ui.button("Attack from North-Est").clicked() {
+ if ui.button("Attack from South-Est").clicked() {
92
self.error = None;
93
if let Err(error) = self.launch_attack_from_north_est().context("Launch 'attack from north est'") {
94
0 commit comments