From f6d8673045713bf40b21f67484f7d733297d584a Mon Sep 17 00:00:00 2001 From: EntireTwix Date: Wed, 30 Nov 2022 20:14:25 -0800 Subject: [PATCH] :bug: `GetLogsV2` also needs a log_flag --- include/log.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/log.h b/include/log.h index 31a5936..c7522fc 100644 --- a/include/log.h +++ b/include/log.h @@ -13,6 +13,7 @@ private: ChangeFlag log_flag; std::string log_snapshot = "null"; #if API_VERSION >= 2 + ChangeFlag log_flag_v2; std::string log_snapshot_v2 = "null"; #endif