From b881fee7197a23bcb59dea3c691a69212735277e Mon Sep 17 00:00:00 2001 From: izzy Date: Tue, 3 Mar 2026 20:30:59 -0500 Subject: [PATCH] fix: `stdafx.h` falling back to orbis 4JLibs --- Minecraft.World/stdafx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Minecraft.World/stdafx.h b/Minecraft.World/stdafx.h index 4e261707e..009ae9a73 100644 --- a/Minecraft.World/stdafx.h +++ b/Minecraft.World/stdafx.h @@ -179,7 +179,7 @@ void MemSect(int sect); #include #include #include -#else +#elif defined __ORBIS__ #include #include #include