diff --git a/push.txt b/push.txt index 1c074ab..e232d5f 100644 --- a/push.txt +++ b/push.txt @@ -1,2 +1,2 @@ pushduckspushrr12quackquack -Triggerrrrds \ No newline at end of file +Trigggerrrrdd \ No newline at end of file diff --git a/vhook.cpp b/vhook.cpp index dd7b7ef..c245a66 100644 --- a/vhook.cpp +++ b/vhook.cpp @@ -784,7 +784,7 @@ SDKVector *Callback_vector(DHooksCallback *dg, void **argStack) { if(returnStruct->isChanged) { - *vec_result = **(SDKVector **)returnStruct->newResult; + *vec_result = *(SDKVector *)returnStruct->newResult; } else //Throw an error if no override was set { @@ -806,7 +806,7 @@ SDKVector *Callback_vector(DHooksCallback *dg, void **argStack) { g_SHPtr->SetRes(MRES_OVERRIDE); mres = MRES_OVERRIDE; - *vec_result = **(SDKVector **)returnStruct->newResult; + *vec_result = *(SDKVector *)returnStruct->newResult; } else //Throw an error if no override was set { @@ -823,7 +823,7 @@ SDKVector *Callback_vector(DHooksCallback *dg, void **argStack) { g_SHPtr->SetRes(MRES_SUPERCEDE); mres = MRES_SUPERCEDE; - *vec_result = **(SDKVector **)returnStruct->newResult; + *vec_result = *(SDKVector *)returnStruct->newResult; } else //Throw an error if no override was set {