mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-17 23:07:26 +08:00
fix(DisablePhone): Correct script_global
This commit is contained in:
parent
b12fa9ea63
commit
408958c578
@ -5,7 +5,6 @@ namespace big
|
||||
{
|
||||
void looped::tunables_disable_phone()
|
||||
{
|
||||
if (g.tunables.disable_phone)
|
||||
*script_global(19984).as<bool*>() = true;
|
||||
*script_global(19781).as<bool*>() = g.tunables.disable_phone;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user