mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-12 15:21:59 +00:00
Fix Linux build warnings
This commit is contained in:
@@ -237,6 +237,8 @@ DLCFile *DLCPack::addFile(DLCManager::EDLCType type, const std::wstring &path)
|
||||
case DLCManager::e_DLCType_GameRulesHeader:
|
||||
newFile = new DLCGameRulesHeader(path);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
};
|
||||
|
||||
if( newFile != NULL )
|
||||
|
||||
Reference in New Issue
Block a user