Compare commits
2 Commits
3527530e39
...
842f1e7634
Author | SHA1 | Date | |
---|---|---|---|
|
842f1e7634 | ||
|
e768323a6c |
Binary file not shown.
|
@ -517,7 +517,7 @@ impl World {
|
||||||
self.maybe_do_io().await;
|
self.maybe_do_io().await;
|
||||||
if self.kill_signal {
|
if self.kill_signal {
|
||||||
let mut outbox = self.flush_buffers();
|
let mut outbox = self.flush_buffers();
|
||||||
outbox.push(MsgOut::Error("Ludus killed by user".to_string()));
|
outbox.push(MsgOut::Error("Ludus stopped by user".to_string()));
|
||||||
do_io(outbox).await;
|
do_io(outbox).await;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user