diff --git a/client/cs_statefile.cpp b/client/cs_statefile.cpp index 01cb556db0..8e12cae27e 100644 --- a/client/cs_statefile.cpp +++ b/client/cs_statefile.cpp @@ -927,7 +927,7 @@ int CLIENT_STATE::write_state_gui(MIOFILE& f) { f.printf("\n"); - retval = host_info.write(f, true, false); + retval = host_info.write(f, true, true); if (retval) return retval; // the following are for compatibility with old managers