From f313489c979a6bf1cf48c00532e0465b87af0551 Mon Sep 17 00:00:00 2001 From: Lord_Cambion Date: Sat, 2 May 2026 15:31:45 +0200 Subject: [PATCH] fix: server not compiling --- 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 54438f86..de12229c 100644 --- a/Minecraft.Server/cmake/sources/Common.cmake +++ b/Minecraft.Server/cmake/sources/Common.cmake @@ -4,6 +4,8 @@ get_filename_component(_MS_SRC "${CMAKE_CURRENT_LIST_DIR}/../.." ABSOLUTE) set(_MINECRAFT_SERVER_COMMON_ROOT + "${_MS_SRC}/../Minecraft.Client/MobAppearanceParticle.h" + "${_MS_SRC}/../Minecraft.Client/MobAppearanceParticle.cpp" "${_MS_SRC}/../Minecraft.Client/AbstractTexturePack.cpp" "${_MS_SRC}/../Minecraft.Client/AchievementPopup.cpp" "${_MS_SRC}/../Minecraft.Client/AchievementScreen.cpp"