mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-24 12:51:39 +00:00
SERVER: Fix incorrect legacy Pack-A-Punch path
This commit is contained in:
parent
f1754883ee
commit
766d9423e1
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue