mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
s6 and elgacy no reservation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user