chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14f5dab
)
note re fehler trouble
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 23 Aug 2020 11:52:59 +0000
(12:52 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 23 Aug 2020 11:52:59 +0000
(12:52 +0100)
src/global.rs
patch
|
blob
|
history
diff --git
a/src/global.rs
b/src/global.rs
index 36fd28aba34de9263bc5e7131ba579a8463ec12d..6ed1ac586da1e9133088813d3037e02103410ef2 100644
(file)
--- a/
src/global.rs
+++ b/
src/global.rs
@@
-322,8
+322,10
@@
impl InstanceGuard<'_> {
(player, logentry)
}
-// #[throws(ServerFailure)]
- pub fn player_remove(&mut self, oldplayer: PlayerId) -> Result<(),ServerFailure> {
+ // #[throws(ServerFailure)]
+ // https://github.com/withoutboats/fehler/issues/62
+ pub fn player_remove(&mut self, oldplayer: PlayerId)
+ -> Result<(),ServerFailure> {
// We have to filter this player out of everything
// Then save
// Then send updates