Use Secure print funcs. Remove LCE File System

This commit is contained in:
GabsPuNs
2026-04-14 03:44:00 -04:00
parent 40d48948ff
commit 76ee5fa8d8
86 changed files with 286 additions and 293 deletions

View File

@@ -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]);