SERVER: Fix incorrect legacy Pack-A-Punch path

This commit is contained in:
cypress 2023-12-13 15:10:37 -05:00
parent f1754883ee
commit 766d9423e1
1 changed files with 1 additions and 1 deletions

View File

@ -358,7 +358,7 @@ void() perk_pap =
//
// Model
if (!self.model || self.model == "models/machines/pap/pap.mdl") {
if (!self.model || self.model == "models/machines/hl_scale/pap.mdl") {
self.model = "models/machines/quake_scale/pap.mdl";
}