This commit is contained in:
fickleheart 2019-01-09 09:07:41 -06:00
parent d20122327f
commit a444a214d0
1 changed files with 1 additions and 1 deletions

View File

@ -1568,7 +1568,7 @@ void G_BuildTiccmd(ticcmd_t *cmd, INT32 realtics, UINT8 ssplayer)
lang += (cmd->angleturn<<16);
cmd->angleturn = (INT16)(lang >> 16);
cmd->latency = leveltime & 0xFF; // Send leveltime when this tic was generated to the server for control lag calculations
cmd->latency = modeattacking ? 0 : (leveltime & 0xFF); // Send leveltime when this tic was generated to the server for control lag calculations
if (!hu_stopped)
{