finish games when finishing idle instances
This commit is contained in:
+1
-1
@@ -804,7 +804,7 @@ impl Game {
|
||||
}
|
||||
}
|
||||
|
||||
fn finish(mut self) -> Game {
|
||||
pub fn finish(mut self) -> Game {
|
||||
self.phase = Phase::Finished;
|
||||
// self.log.push(format!("Game finished."));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user