1
0
mirror of https://github.com/ptitSeb/Serious-Engine synced 2025-03-21 21:50:06 +01:00

5 lines
155 B
INI
Raw Normal View History

2016-03-11 15:57:17 +02:00
cli_bPrediction = 0; // turn off prediction
cli_iBufferActions = 1; // no buffering == maximum responsiveness
cli_iMinBPS = 6000;
cli_iMaxBPS = 100000;