settings updated

This commit is contained in:
Jadis0x
2024-05-16 22:39:24 +03:00
parent edc1061b5d
commit 78ec72e4f2
4 changed files with 11 additions and 9 deletions

View File

@@ -45,7 +45,7 @@ bool open_menu = false;
typedef void(__stdcall* TDebug_2_Log)(app::Object*, MethodInfo*);
TDebug_2_Log oDebug_2_Log = NULL;
void __stdcall hDebug_Log(app::Object* message, MethodInfo* method) {
std::cout << "[DevourClient] " << ToString(message) << std::endl;
std::cout << "[DevourClient]: " << ToString(message) << std::endl;
il2cppi_log_write(ToString(message));
}