diff --git a/src/CommandFormats.hh b/src/CommandFormats.hh index 37677020..5bbbcf96 100644 --- a/src/CommandFormats.hh +++ b/src/CommandFormats.hh @@ -653,7 +653,7 @@ struct C_Login_PC_GC_9D_9E { ClientConfig cfg; parray data; - ClientConfigFields() : cfg() { } + ClientConfigFields() : data() { } } client_config; parray unused4; };