diff --git a/src/zr/models.inc b/src/zr/models.inc index 35e81ac..d5ea349 100644 --- a/src/zr/models.inc +++ b/src/zr/models.inc @@ -204,7 +204,7 @@ ModelsLoad() Format(buffer, sizeof(buffer), "%s%s", buffer, file); // Precache model file and add to downloads table. - PrecacheModel(buffer); + PrecacheModel(buffer, true); AddFileToDownloadsTable(buffer); }