Revert Secure funcs Part 1

This commit is contained in:
GabsPuNs
2026-04-18 14:08:30 -04:00
parent 1ceeb2a647
commit 86879aa2fc
79 changed files with 271 additions and 271 deletions

View File

@@ -22,7 +22,7 @@ RegionFile *RegionFileCache::_getRegionFile(ConsoleSaveFile *saveFile, const wst
{
// 4J Jev - changed back to use of the File class.
//char file[MAX_PATH_SIZE];
//sprintf_s(file,"%s\\region\\r.%d.%d.mcr",basePath,chunkX >> 5,chunkZ >> 5);
//sprintf(file,"%s\\region\\r.%d.%d.mcr",basePath,chunkX >> 5,chunkZ >> 5);
//File regionDir(basePath, L"region");