From 766d9423e1ae85db0c37fa741bccb67c185f053f Mon Sep 17 00:00:00 2001 From: cypress Date: Wed, 13 Dec 2023 15:10:37 -0500 Subject: [PATCH] SERVER: Fix incorrect legacy Pack-A-Punch path --- source/server/entities/pack_a_punch.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/server/entities/pack_a_punch.qc b/source/server/entities/pack_a_punch.qc index 9858fca..4096adc 100644 --- a/source/server/entities/pack_a_punch.qc +++ b/source/server/entities/pack_a_punch.qc @@ -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"; }