fix(SpoofRank): Fixed issue on pass by reference instead of copy
This commit is contained in:
parent
d1c27d4738
commit
8784db09e7
@ -5,7 +5,7 @@ namespace big
|
|||||||
{
|
{
|
||||||
void features::spoof_rank()
|
void features::spoof_rank()
|
||||||
{
|
{
|
||||||
bool bSpoofRank = g_settings.options["spoof_rank"].get<bool*>();
|
bool bSpoofRank = g_settings.options["spoof_rank"].get<bool>();
|
||||||
|
|
||||||
if (bSpoofRank)
|
if (bSpoofRank)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user