mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-01-03 16:13:36 +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()
|
||||
{
|
||||
bool bSpoofRank = g_settings.options["spoof_rank"].get<bool*>();
|
||||
bool bSpoofRank = g_settings.options["spoof_rank"].get<bool>();
|
||||
|
||||
if (bSpoofRank)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user