diff --git a/Cronos The New Dawn/SDK/Engine_functions.cpp b/Cronos The New Dawn/SDK/Engine_functions.cpp index a32d128..c743e58 100644 --- a/Cronos The New Dawn/SDK/Engine_functions.cpp +++ b/Cronos The New Dawn/SDK/Engine_functions.cpp @@ -25801,8 +25801,9 @@ void UBlueprintPlatformLibrary::SetAllowedDeviceOrientation(EScreenOrientation N class UWorld* UWorld::GetWorld() { - if constexpr (Offsets::GWorld != 0) - return *reinterpret_cast(InSDKUtils::GetImageBase() + Offsets::GWorld); + //if constexpr (Offsets::GWorld != 0) + if (Offsets::GWorld != 0) + return *reinterpret_cast(InSDKUtils::GetImageBase() + Offsets::GWorld); if (UEngine* Engine = UEngine::GetEngine()) {