mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00: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
@ -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…
Reference in New Issue
Block a user