diff --git a/transport/http.go b/transport/http.go index 628668c..acb902b 100644 --- a/transport/http.go +++ b/transport/http.go @@ -287,6 +287,7 @@ func (h *Handler) Server(w http.ResponseWriter, r *http.Request) { http.Error(w, "not owner of server", http.StatusForbidden) return } + server.Rcon.Password = "" json.NewEncoder(w).Encode(server) return