feat: zip resource validation check for flame
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
parent
cfce54fe46
commit
8422e3ac01
4 changed files with 120 additions and 34 deletions
|
@ -41,7 +41,7 @@ void DataPack::setPackFormat(int new_format_id)
|
|||
QMutexLocker locker(&m_data_lock);
|
||||
|
||||
if (!s_pack_format_versions.contains(new_format_id)) {
|
||||
qWarning() << "Pack format '%1' is not a recognized resource pack id!";
|
||||
qWarning() << "Pack format '" << new_format_id << "' is not a recognized data pack id!";
|
||||
}
|
||||
|
||||
m_pack_format = new_format_id;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue