Skip to content

Instantly share code, notes, and snippets.

@rtldg
Created May 1, 2022 22:05
Show Gist options
  • Save rtldg/6c7b4b5dad3916eb569bed41bb0fa8e1 to your computer and use it in GitHub Desktop.
Save rtldg/6c7b4b5dad3916eb569bed41bb0fa8e1 to your computer and use it in GitHub Desktop.
public void OnPluginStart()
{
FindConVar("sv_client_min_interp_ratio").FloatValue = 2.0;
FindConVar("sv_client_max_interp_ratio").FloatValue = 2.0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment