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

View file

@ -358,7 +358,7 @@ void() perk_pap =
// //
// Model // 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"; self.model = "models/machines/quake_scale/pap.mdl";
} }