mirror of
https://github.com/nzp-team/quakec.git
synced 2025-02-16 00:51:57 +00:00
SERVER: don't network velocity manually
This commit is contained in:
parent
25c65eaf41
commit
81b033318d
2 changed files with 0 additions and 5 deletions
|
@ -377,7 +377,6 @@ void() worldspawn =
|
||||||
clientstat(STAT_VIEWZOOM, EV_FLOAT, viewzoom);
|
clientstat(STAT_VIEWZOOM, EV_FLOAT, viewzoom);
|
||||||
clientstat(STAT_MAXHEALTH, EV_FLOAT, max_health);
|
clientstat(STAT_MAXHEALTH, EV_FLOAT, max_health);
|
||||||
clientstat(STAT_PERKS, EV_FLOAT, perks);
|
clientstat(STAT_PERKS, EV_FLOAT, perks);
|
||||||
clientstat(STAT_VELOCITY, EV_VECTOR, velocity);
|
|
||||||
|
|
||||||
#endif // FTE
|
#endif // FTE
|
||||||
|
|
||||||
|
|
|
@ -309,10 +309,6 @@ float map_compatibility_mode;
|
||||||
#define STAT_MAXHEALTH 67
|
#define STAT_MAXHEALTH 67
|
||||||
#define STAT_WEAPONSKIN 68
|
#define STAT_WEAPONSKIN 68
|
||||||
#define STAT_PERKS 69
|
#define STAT_PERKS 69
|
||||||
#define STAT_VELOCITY 70
|
|
||||||
#define STAT_VELOCITY_X 70
|
|
||||||
#define STAT_VELOCITY_Y 71
|
|
||||||
#define STAT_VELOCITY_Z 72
|
|
||||||
|
|
||||||
.float playernum;
|
.float playernum;
|
||||||
float game_over;
|
float game_over;
|
||||||
|
|
Loading…
Reference in a new issue