From adc0e60796b157c04c8d540209f1ce3a6f820257 Mon Sep 17 00:00:00 2001 From: Qiuzhizhe <42761326+quizhizhe@users.noreply.github.com> Date: Wed, 5 Oct 2022 04:54:43 -0700 Subject: [PATCH] =?UTF-8?q?=E7=9C=9F=E6=8C=87=E4=BB=A4=E9=83=A8=E5=88=86?= =?UTF-8?q?=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LiteLoader/Header/MC/CommandRegistry.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/LiteLoader/Header/MC/CommandRegistry.hpp b/LiteLoader/Header/MC/CommandRegistry.hpp index 283b9fd..2cbd56f 100644 --- a/LiteLoader/Header/MC/CommandRegistry.hpp +++ b/LiteLoader/Header/MC/CommandRegistry.hpp @@ -175,9 +175,7 @@ public: CommandVersion version; // 0 FactoryFn factory; // 8 std::vector params; // 16 - int versionOffset; -// unsigned char unk; // 40 -// std::vector syms = {}; // 48 + int versionOffset; // 40 LIAPI Overload(CommandVersion version, FactoryFn factory,