SERVER: oops

This commit is contained in:
Steam Deck User 2023-02-07 13:35:41 -05:00
parent dfa9313eb9
commit f4b8d1ff2c
1 changed files with 1 additions and 1 deletions

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