diff --git a/core/CrazyDebugger.cpp b/core/CrazyDebugger.cpp index 9f97c6a3..64cf1daa 100644 --- a/core/CrazyDebugger.cpp +++ b/core/CrazyDebugger.cpp @@ -168,9 +168,7 @@ public: } else if (strcasecmp(me32.szModule, "steam.dll") == 0) { - /* Steam.dll is loaded by engine.dll, so we can exit the loop here */ steam = me32.modBaseAddr; - break; } } while (Module32Next(hModuleList, &me32));