mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-12 23:44:21 +00:00
Tweak a bit..
This commit is contained in:
parent
b5034f28d6
commit
488423edb7
1 changed files with 1 additions and 1 deletions
|
@ -1385,7 +1385,7 @@ void SV_RunCmd (usercmd_t *ucmd, qboolean inside)
|
||||||
host_client->msecs += ucmd->msec;
|
host_client->msecs += ucmd->msec;
|
||||||
|
|
||||||
if ((tmp_time = realtime - host_client->last_check) >= CHECK_TIME) {
|
if ((tmp_time = realtime - host_client->last_check) >= CHECK_TIME) {
|
||||||
tmp_time *= 1000;
|
tmp_time *= 1025;
|
||||||
if (host_client->msecs > tmp_time) {
|
if (host_client->msecs > tmp_time) {
|
||||||
host_client->msec_cheating++;
|
host_client->msec_cheating++;
|
||||||
SV_BroadcastPrintf(PRINT_HIGH,
|
SV_BroadcastPrintf(PRINT_HIGH,
|
||||||
|
|
Loading…
Reference in a new issue