diff --git a/SpyCustom/Interfaces.cpp b/SpyCustom/Interfaces.cpp index 688f846..52b728d 100644 --- a/SpyCustom/Interfaces.cpp +++ b/SpyCustom/Interfaces.cpp @@ -160,6 +160,7 @@ void IF::Init() #ifdef DEBUG printf("Prime found at %x\n", prime); #endif + //memcpy(oldprime, prime, 5); }