Skip to content

Commit

Permalink
another CI compile fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed May 31, 2023
1 parent 8efc6e2 commit 2b58449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/sdk/ConsoleManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ FConsoleManager* FConsoleManager::get() {
static auto result = []() -> FConsoleManager** {
SPDLOG_INFO("Finding IConsoleManager...");

const auto core_module = sdk::get_ue_module(L"Core");
auto core_module = sdk::get_ue_module(L"Core");
const auto r_dumping_movie_string = utility::scan_string(core_module, L"r.DumpingMovie");

if (!r_dumping_movie_string) {
Expand Down

0 comments on commit 2b58449

Please sign in to comment.