0
0
Fork 0
mirror of https://github.com/nzp-team/quakec.git synced 2025-04-25 19:12:53 +00:00

SERVER: oops

This commit is contained in:
Steam Deck User 2023-02-07 13:35:41 -05:00
parent dfa9313eb9
commit f4b8d1ff2c

View file

@ -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;
}