diff --git a/control.go b/control.go index efc0465..9c1befe 100644 --- a/control.go +++ b/control.go @@ -139,7 +139,9 @@ func stopGame(w http.ResponseWriter, req *http.Request) { http.NotFound(w, req) return } + log.Println("prekill") g.kill <- true + log.Println("postkill") message := struct { Ok bool `json:"ok"` Message string `json:"message"`