fix(SpoofRank): Fixed issue on pass by reference instead of copy

This commit is contained in:
Yimura 2020-12-26 21:57:10 +01:00
parent 7876b48bee
commit addab413db

View File

@ -5,7 +5,7 @@ namespace big
{
void features::spoof_rank()
{
bool bSpoofRank = g_settings.options["spoof_rank"].get<bool*>();
bool bSpoofRank = g_settings.options["spoof_rank"].get<bool>();
if (bSpoofRank)
{