diff --git a/source/server/entities/machines.qc b/source/server/entities/machines.qc index 9f7aa5f..56372ed 100644 --- a/source/server/entities/machines.qc +++ b/source/server/entities/machines.qc @@ -1904,7 +1904,7 @@ void PapUpgrade(entity pap, entity buyer) { void touch_pap() { - if (other.classname != "player" || other.downed ||) { + if (other.classname != "player" || other.downed) { return; }