Compare commits
No commits in common. "e768323a6c990df805efee408a555ed856d93f1d" and "a534e241f97419d48c7d85c20e4ab0e030815cac" have entirely different histories.
e768323a6c
...
a534e241f9
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 stopped by user".to_string()));
|
outbox.push(MsgOut::Error("Ludus killed by user".to_string()));
|
||||||
do_io(outbox).await;
|
do_io(outbox).await;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user