Skip to content

Commit

Permalink
Removed some useless comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nike4613 committed Apr 20, 2019
1 parent 3e841b1 commit 0f76cf2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Proxy/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ wchar_t *targetAssembly = NULL;
inline void initConfigFile()
{
enabled = TRUE;
/*wchar_t* tgtAsm = L"Beat Saber_Data/Managed/IPA.Injector.dll";
targetAssembly = memalloc(sizeof(wchar_t) * 41);
memcpy(targetAssembly, tgtAsm, sizeof(wchar_t) * 41);*/

WIN32_FIND_DATAW findData;
HANDLE findHandle = FindFirstFileW(L"*_Data", &findData);
Expand Down

0 comments on commit 0f76cf2

Please sign in to comment.