Merge remote-tracking branch 'nullworks/newui'

This commit is contained in:
TotallyNotElite 2018-08-03 21:16:33 +02:00
commit b3cb3eb437

View File

@ -313,6 +313,6 @@ int getTicks2()
{ {
// Removed for now // Removed for now
//return (*latency > 800 || *latency < 200) ? 12 : 24; //return (*latency > 800 || *latency < 200) ? 12 : 24;
12; return 12;
} }
} }