Compare commits
2 Commits
a534e241f9
...
e768323a6c
Author | SHA1 | Date | |
---|---|---|---|
|
e768323a6c | ||
|
3527530e39 |
Binary file not shown.
|
@ -517,7 +517,7 @@ impl World {
|
|||
self.maybe_do_io().await;
|
||||
if self.kill_signal {
|
||||
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;
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user