mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-18 07:07:32 +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()
|
void looped::tunables_disable_phone()
|
||||||
{
|
{
|
||||||
if (g.tunables.disable_phone)
|
*script_global(19781).as<bool*>() = g.tunables.disable_phone;
|
||||||
*script_global(19984).as<bool*>() = true;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user