From dd81ec98b4282a1187ab9b0eb3633e79787910ee Mon Sep 17 00:00:00 2001 From: Tropical <42101043+tropicaaal@users.noreply.github.com> Date: Mon, 2 Mar 2026 19:45:10 -0600 Subject: [PATCH] refactor: make UIStructs and LevelGenerationOptions shut up --- Minecraft.Client/Common/GameRules/LevelGenerationOptions.h | 2 +- Minecraft.Client/Common/UI/UIStructs.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Minecraft.Client/Common/GameRules/LevelGenerationOptions.h b/Minecraft.Client/Common/GameRules/LevelGenerationOptions.h index cff00be23..9abed66fb 100644 --- a/Minecraft.Client/Common/GameRules/LevelGenerationOptions.h +++ b/Minecraft.Client/Common/GameRules/LevelGenerationOptions.h @@ -1,7 +1,7 @@ #pragma once using namespace std; -#pragma message("LevelGenerationOptions.h ") +// #pragma message("LevelGenerationOptions.h ") #include "GameRuleDefinition.h" #include "../../../Minecraft.World/StructureFeature.h" diff --git a/Minecraft.Client/Common/UI/UIStructs.h b/Minecraft.Client/Common/UI/UIStructs.h index 2dd03c8c5..ea57b3a1f 100644 --- a/Minecraft.Client/Common/UI/UIStructs.h +++ b/Minecraft.Client/Common/UI/UIStructs.h @@ -1,6 +1,6 @@ #pragma once -#pragma message("UIStructs.h") +// #pragma message("UIStructs.h") #include "UIEnums.h"