Remove LPVOID from server chunk save threads

This commit is contained in:
notmatthewbeshay
2026-03-10 09:33:47 +11:00
parent 5d72f9214a
commit b59ab4a4b8
2 changed files with 3 additions and 3 deletions

View File

@@ -97,5 +97,5 @@ private:
} SaveThreadData;
public:
static int runSaveThreadProc(LPVOID lpParam);
static int runSaveThreadProc(void *lpParam);
};