mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 02:18:26 +00:00
skip function stuff if shavit_rankings_weighting = 1
This commit is contained in:
parent
c36bac0c84
commit
254eea7780
@ -244,6 +244,11 @@ public void Shavit_OnDatabaseLoaded()
|
||||
|
||||
gH_SQL.Query(SQL_Version_Callback, "SELECT VERSION();");
|
||||
|
||||
if (gCV_WeightingMultiplier.FloatValue == 1.0)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
char sQuery[2048];
|
||||
Transaction2 hTrans = new Transaction2();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user