mirror of
https://gitlab.com/veloren/veloren
synced 2026-08-16 16:26:07 -04:00
Merge branch 'xMAC94x/small-fixes' into 'master'
make crash -> error for now See merge request veloren/veloren!1152
This commit is contained in:
commit
e05c9267a7
1 changed files with 4 additions and 0 deletions
|
|
@ -380,6 +380,10 @@ impl BParticipant {
|
|||
}
|
||||
}
|
||||
},
|
||||
Frame::Shutdown => error!(
|
||||
"Somehow this Shutdown signal got here, i should probably handle it. To not \
|
||||
crash let me just put this message here"
|
||||
),
|
||||
f => unreachable!("never reaches frame!: {:?}", f),
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue