aboutsummaryrefslogtreecommitdiffstats
path: root/code/client/cl_input.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/client/cl_input.c')
-rw-r--r--code/client/cl_input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/client/cl_input.c b/code/client/cl_input.c
index 177a92b..8609d5a 100644
--- a/code/client/cl_input.c
+++ b/code/client/cl_input.c
@@ -645,7 +645,7 @@ qboolean CL_ReadyToSendPacket( void ) {
}
// send every frame for LAN
- if ( Sys_IsLANAddress( clc.netchan.remoteAddress ) ) {
+ if ( cl_lanForcePackets->integer && Sys_IsLANAddress( clc.netchan.remoteAddress ) ) {
return qtrue;
}