This commit is contained in:
LightCat 2018-08-02 21:58:58 +02:00
parent d5452a3535
commit 81c67352e4

View File

@ -302,7 +302,7 @@ float getLatency()
int getTicks()
{
return max(min(*latency / 15 + getTicks2() == 12 ? 12 : 0, 65), 12);
return max(min(*latency / 15 + getTicks2() == 24 ? 12 : 0, 65), 12);
}
int getTicks2()