395766c
Update "compiling everything" page, add x86/x64... - Dune-jr5111dfa
Update index.json with scottish flag. Closes #59 - Dune-jrsv_warmup -1
, the client crashes because the NETOBJTYPE_GAMEDATA
item is missing.
When sv_warmup -1
is set without sv_player_ready_mode 1
, the server does not enter a warmup state after the reload, so the round immediately ends.
The survival gametypes enter IGS_END_ROUND
in this case. Due to a wrong value in IGameController::Snap
, m_GameStateEndTick
ended up having a negative value, so the snap-item was dropped by the client.
When the ma...NETMSG_SNAP
and NETMSG_INPUT
to the NETMSG_INPUT
packet, so the server can use it to calculate a more accurate latency value.
This allows ping faking to some extent, but it was already possible by modifying the first value in NETMSG_INPUT
.