mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-12 09:14:31 +00:00
fix: resolve all remaining compilation warnings
This commit is contained in:
@@ -262,7 +262,7 @@ bool MinecraftServer::initServer(__int64 seed, NetworkGameInitData *initData, DW
|
||||
// 4J delete passed in save data now - this is only required for the tutorial which is loaded by passing data directly in rather than using the storage manager
|
||||
if( initData->saveData )
|
||||
{
|
||||
delete initData->saveData->data;
|
||||
delete[] (BYTE*)initData->saveData->data;
|
||||
initData->saveData->data = 0;
|
||||
initData->saveData->fileSize = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user