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 d1c27d4738
commit 8784db09e7
No known key found for this signature in database
GPG Key ID: 54EFAD29393A6E78

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)
{