s6 and elgacy no reservation

This commit is contained in:
Gray
2025-07-19 16:25:32 -04:00
parent a4f87ca954
commit 82da56da66
2 changed files with 8 additions and 2 deletions

View File

@@ -966,12 +966,14 @@ nPnn
if (Fortnite_Version < 20)
{
MessageBoxA(0, "Please undefine ABOVE_S20", "Project Reboot 3.0", MB_ICONERROR);
LOG_ERROR(LogDev, "Aborting!");
return 0;
}
#else
if (Fortnite_Version > 20)
{
MessageBoxA(0, "Please define ABOVE_S20 (compile it yourself and change inc.h)", "Project Reboot 3.0", MB_ICONERROR);
LOG_ERROR(LogDev, "Aborting!");
return 0;
}
#endif