mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-21 19:32:21 +00:00
Server: Limit revive checks to PC
This commit is contained in:
parent
469c6fcaa0
commit
707141ec68
1 changed files with 2 additions and 0 deletions
|
@ -2264,6 +2264,7 @@ void() CheckPlayer =
|
|||
}
|
||||
|
||||
/* Check player push start */
|
||||
#ifdef PC
|
||||
entity ent;
|
||||
ent = findradius(self.origin, 70);
|
||||
|
||||
|
@ -2325,6 +2326,7 @@ void() CheckPlayer =
|
|||
}
|
||||
ent = ent.chain;
|
||||
}
|
||||
#endif
|
||||
/* Check for player push end */
|
||||
|
||||
if (!self.button2 && self.flags & FL_ONGROUND) {
|
||||
|
|
Loading…
Reference in a new issue