fix(DisablePhone): Correct script_global
This commit is contained in:
parent
773a2fe0e6
commit
ab77390428
@ -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;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user