mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-10 22:51:36 +00:00
SERVER: oops
This commit is contained in:
parent
dfa9313eb9
commit
f4b8d1ff2c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue