From c2ffbf1710b83bb37e4314f0b6134c5fac5afd83 Mon Sep 17 00:00:00 2001 From: /home/neo <158327205+neoapps-dev@users.noreply.github.com> Date: Fri, 1 May 2026 20:02:31 +0300 Subject: [PATCH] fix(server): update CMake common file note to andi: PLEASE UPDATE IT WHEN YOU MAKE CHANGES --- Minecraft.Server/cmake/sources/Common.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Minecraft.Server/cmake/sources/Common.cmake b/Minecraft.Server/cmake/sources/Common.cmake index 64ef9f02..4ac0261b 100644 --- a/Minecraft.Server/cmake/sources/Common.cmake +++ b/Minecraft.Server/cmake/sources/Common.cmake @@ -250,6 +250,8 @@ set(_MINECRAFT_SERVER_COMMON_ROOT "${_MS_SRC}/../Minecraft.Client/Common/UI/UIScene_AchievementsMenu.h" "${_MS_SRC}/../Minecraft.Client/Common/UI/UIControl_AchievementsList.cpp" "${_MS_SRC}/../Minecraft.Client/Common/UI/UIControl_AchievementsList.h" + "${_MS_SRC}/../Minecraft.Client/Common/UI/IUIScene_ClassicCraftingMenu.cpp" + "${_MS_SRC}/../Minecraft.Client/Common/UI/IUIScene_ClassicCraftingMenu.h" "${_MS_SRC}/../Minecraft.Client/Common/UI/UIString.cpp" "${_MS_SRC}/../Minecraft.Client/Common/UI/UITTFFont.cpp" "${_MS_SRC}/../Minecraft.Client/Common/zlib/adler32.c"