mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/GabsPuNs-MinecraftConsoles.git
synced 2026-05-24 19:14:33 +00:00
Use Secure print funcs. Remove LCE File System
This commit is contained in:
@@ -808,7 +808,7 @@ bool ServerChunkCache::save(bool force, ProgressListener *progressListener)
|
||||
if(saveThreads[j] == nullptr)
|
||||
{
|
||||
char threadName[256];
|
||||
sprintf(threadName,"Save thread %d\n",j);
|
||||
sprintf_s(threadName,"Save thread %d\n",j);
|
||||
SetThreadName(threadId[j], threadName);
|
||||
|
||||
//saveThreads[j] = CreateThread(nullptr,0,runSaveThreadProc,&threadData[j],CREATE_SUSPENDED,&threadId[j]);
|
||||
|
||||
Reference in New Issue
Block a user