mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-17 06:47:22 +08:00
fix(SpoofRank): Fixed issue on pass by reference instead of copy
This commit is contained in:
parent
7876b48bee
commit
addab413db
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user