diff --git a/Fortnite Internal/Entry.cpp b/Fortnite Internal/Entry.cpp index 270f1b9..c4e8baa 100644 --- a/Fortnite Internal/Entry.cpp +++ b/Fortnite Internal/Entry.cpp @@ -94,7 +94,7 @@ VOID Main() { #if LOG_LEVEL > LOG_NONE // Init logger (REPLACE WITH YOUR OWN PATH) - Logger::InitLogger(std::string(skCrypt("C:\\Users\\raax\\Desktop\\cheat.log"))); + Logger::InitLogger(std::string(skCrypt("C:\\Users\\raax\\Desktop\\cheat.log")));; #endif // LOG_LEVEL > LOG_NONE SDK::Init(); // Init base address, GObjects, function addresses, offsets etc