diff --git a/assignment-client/src/assets/AssetServer.cpp b/assignment-client/src/assets/AssetServer.cpp index 0ed5b12b61..ad5d2a1d63 100644 --- a/assignment-client/src/assets/AssetServer.cpp +++ b/assignment-client/src/assets/AssetServer.cpp @@ -251,7 +251,7 @@ void AssetServer::handleAssetUpload(QSharedPointer packetList, Sha qDebug() << "Got data: (" << hash << ") "; - QFile file { _resourcesDirectory.filePath(QString(hash)) }; //+ "." + QString(extension) }; + QFile file { _resourcesDirectory.filePath(QString(hash)) }; if (file.exists()) { qDebug() << "[WARNING] This file already exists";